Html Css Color HEX #B8C021 Rio Grande

📋 copy color: '#B8C021'

red 184 ◦ green 192 ◦ blue 33

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

Shades of Rio Grande #B8C021

Tints of Rio Grande #B8C021

RGB

 RED value IS 184 (72.27% from 255) = 44.99%

 GREEN value IS 192 (75.39% from 255) = 46.94%

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

R = 44.99%
G = 46.94%
B = 8.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#B8C021 (or 0xB8C021) is known color: Rio Grande. HEX triplet: B8, C0 and 21. RGB value is (184,192,33). Sum of RGB (Red+Green+Blue) = 184+192+33=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C021 is #473FDE. Grayscale: #ACACAC. Windows color (decimal): -4669407 or 2212024. OLE color: 2212024.

HSL color Cylindrical-coordinate representation of color #B8C021: hue angle of 63.02º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8C021 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 192 33 -
CMYK 0.04 0 0.83 0.25
HSL 63.02º 0.71% 0.44% -
HSV(B) 63.02º 0.83% 0.75% -
XYZ 38.89 48 8.65 -
YUV 171.48 49.85 136.93 -
System Red Green Blue C M Y K H S L
Decimal 184 192 33 0.04 0 0.83 0.25 63.02 0.71 0.44
Hex B8 C0 21 4 0 53 19 3F 47 2C
Octal 270 300 41 4 0 123 31 77 107 54
Binary 10111000 11000000 100001 100 0 1010011 11001 111111 1000111 101100

Color Harmonies of #B8C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C021

Black with #B8C021

Text Example


Text Example

White with #B8C021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C021; }

 p { color: rgb(184,192,33); }

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

background-color css

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

 a { background-color: rgb(184,192,33); }

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

border-color css

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

 span { border-color: rgb(184,192,33); }

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