Html Css Color HEX #BEC11A Rio Grande

📋 copy color: '#BEC11A'

red 190 ◦ green 193 ◦ blue 26

#BEC11A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BEC11A

Tints of Rio Grande #BEC11A

RGB

 RED value IS 190 (74.61% from 255) = 46.45%

 GREEN value IS 193 (75.78% from 255) = 47.19%

 BLUE value IS 26 (10.55% from 255) = 6.36%

R = 46.45%
G = 47.19%
B = 6.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BEC11A (or 0xBEC11A) is known color: Rio Grande. HEX triplet: BE, C1 and 1A. RGB value is (190,193,26). Sum of RGB (Red+Green+Blue) = 190+193+26=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC11A is #413EE5. Grayscale: #ADADAD. Windows color (decimal): -4275942 or 1753534. OLE color: 1753534.

HSL color Cylindrical-coordinate representation of color #BEC11A: hue angle of 61.08º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEC11A is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 26 -
CMYK 0.02 0 0.87 0.24
HSL 61.08º 0.76% 0.43% -
HSV(B) 61.08º 0.87% 0.76% -
XYZ 40.49 49.16 8.33 -
YUV 173.07 45.01 140.08 -
System Red Green Blue C M Y K H S L
Decimal 190 193 26 0.02 0 0.87 0.24 61.08 0.76 0.43
Hex BE C1 1A 2 0 57 18 3D 4C 2B
Octal 276 301 32 2 0 127 30 75 114 53
Binary 10111110 11000001 11010 10 0 1010111 11000 111101 1001100 101011

Color Harmonies of #BEC11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC11A

Black with #BEC11A

Text Example


Text Example

White with #BEC11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC11A; }

 p { color: rgb(190,193,26); }

 H1.HeaderClassName
 {
   color: #BEC11A;
 }
 .AnyTagClassName
 {
   color: #BEC11A;
 }
</style>

background-color css

<style>
 a { background-color: #BEC11A; }

 a { background-color: rgb(190,193,26); }

 div.DivClassName
 {
   background-color: #BEC11A;
 }
 .BgClassName
 {
   background-color: #BEC11A;
 }
</style>

border-color css

<style>
 span { border-color: #BEC11A; }

 span { border-color: rgb(190,193,26); }

 td.TdClassName
 {
   border-color: #BEC11A;
 }
 .TagClassName
 {
   border-color: #BEC11A;
 }
</style>