Html Css Color HEX #B4CF21 Rio Grande

📋 copy color: '#B4CF21'

red 180 ◦ green 207 ◦ blue 33

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

Shades of Rio Grande #B4CF21

Tints of Rio Grande #B4CF21

RGB

 RED value IS 180 (70.7% from 255) = 42.86%

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

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

R = 42.86%
G = 49.29%
B = 7.86%

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

#B4CF21 (or 0xB4CF21) is known color: Rio Grande. HEX triplet: B4, CF and 21. RGB value is (180,207,33). Sum of RGB (Red+Green+Blue) = 180+207+33=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CF21 is #4B30DE. Grayscale: #B3B3B3. Windows color (decimal): -4927711 or 2215860. OLE color: 2215860.

HSL color Cylindrical-coordinate representation of color #B4CF21: hue angle of 69.31º 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 #B4CF21 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 207 33 -
CMYK 0.13 0 0.84 0.19
HSL 69.31º 0.73% 0.47% -
HSV(B) 69.31º 0.84% 0.81% -
XYZ 41.41 54.44 9.76 -
YUV 179.09 45.55 128.65 -
System Red Green Blue C M Y K H S L
Decimal 180 207 33 0.13 0 0.84 0.19 69.31 0.73 0.47
Hex B4 CF 21 D 0 54 13 45 48 2F
Octal 264 317 41 15 0 124 23 105 110 57
Binary 10110100 11001111 100001 1101 0 1010100 10011 1000101 1001000 101111

Color Harmonies of #B4CF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CF21

Black with #B4CF21

Text Example


Text Example

White with #B4CF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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