Html Css Color HEX #BEC91A Rio Grande

📋 copy color: '#BEC91A'

red 190 ◦ green 201 ◦ blue 26

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

Shades of Rio Grande #BEC91A

Tints of Rio Grande #BEC91A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.2%

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

R = 45.56%
G = 48.2%
B = 6.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#BEC91A (or 0xBEC91A) is known color: Rio Grande. HEX triplet: BE, C9 and 1A. RGB value is (190,201,26). Sum of RGB (Red+Green+Blue) = 190+201+26=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC91A is #4136E5. Grayscale: #B2B2B2. Windows color (decimal): -4273894 or 1755582. OLE color: 1755582.

HSL color Cylindrical-coordinate representation of color #BEC91A: hue angle of 63.77º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEC91A is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 26 -
CMYK 0.05 0 0.87 0.21
HSL 63.77º 0.77% 0.45% -
HSV(B) 63.77º 0.87% 0.79% -
XYZ 42.31 52.8 8.94 -
YUV 177.76 42.36 136.73 -
System Red Green Blue C M Y K H S L
Decimal 190 201 26 0.05 0 0.87 0.21 63.77 0.77 0.45
Hex BE C9 1A 5 0 57 15 40 4D 2D
Octal 276 311 32 5 0 127 25 100 115 55
Binary 10111110 11001001 11010 101 0 1010111 10101 1000000 1001101 101101

Color Harmonies of #BEC91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC91A

Black with #BEC91A

Text Example


Text Example

White with #BEC91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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