Html Css Color HEX #B5CF21 Rio Grande

📋 copy color: '#B5CF21'

red 181 ◦ green 207 ◦ blue 33

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

Shades of Rio Grande #B5CF21

Tints of Rio Grande #B5CF21

RGB

 RED value IS 181 (71.09% from 255) = 42.99%

 GREEN value IS 207 (81.25% from 255) = 49.17%

 BLUE value IS 33 (13.28% from 255) = 7.84%

R = 42.99%
G = 49.17%
B = 7.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#B5CF21 (or 0xB5CF21) is known color: Rio Grande. HEX triplet: B5, CF and 21. RGB value is (181,207,33). Sum of RGB (Red+Green+Blue) = 181+207+33=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CF21 is #4A30DE. Grayscale: #B4B4B4. Windows color (decimal): -4862175 or 2215861. OLE color: 2215861.

HSL color Cylindrical-coordinate representation of color #B5CF21: hue angle of 68.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5CF21 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 207 33 -
CMYK 0.13 0 0.84 0.19
HSL 68.97º 0.73% 0.47% -
HSV(B) 68.97º 0.84% 0.81% -
XYZ 41.64 54.56 9.77 -
YUV 179.39 45.39 129.15 -
System Red Green Blue C M Y K H S L
Decimal 181 207 33 0.13 0 0.84 0.19 68.97 0.73 0.47
Hex B5 CF 21 D 0 54 13 45 48 2F
Octal 265 317 41 15 0 124 23 105 110 57
Binary 10110101 11001111 100001 1101 0 1010100 10011 1000101 1001000 101111

Color Harmonies of #B5CF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CF21

Black with #B5CF21

Text Example


Text Example

White with #B5CF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CF21; }

 p { color: rgb(181,207,33); }

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

background-color css

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

 a { background-color: rgb(181,207,33); }

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

border-color css

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

 span { border-color: rgb(181,207,33); }

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