Html Css Color HEX #B8C032 Rio Grande

📋 copy color: '#B8C032'

red 184 ◦ green 192 ◦ blue 50

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

Shades of Rio Grande #B8C032

Tints of Rio Grande #B8C032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.74%

R = 43.19%
G = 45.07%
B = 11.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B8C032 (or 0xB8C032) is known color: Rio Grande. HEX triplet: B8, C0 and 32. RGB value is (184,192,50). Sum of RGB (Red+Green+Blue) = 184+192+50=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C032 is #473FCD. Grayscale: #ADADAD. Windows color (decimal): -4669390 or 3326136. OLE color: 3326136.

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

Color convert

RGB 184 192 50 -
CMYK 0.04 0 0.74 0.25
HSL 63.38º 0.59% 0.47% -
HSV(B) 63.38º 0.74% 0.75% -
XYZ 39.19 48.12 10.24 -
YUV 173.42 58.35 135.55 -
System Red Green Blue C M Y K H S L
Decimal 184 192 50 0.04 0 0.74 0.25 63.38 0.59 0.47
Hex B8 C0 32 4 0 4A 19 3F 3B 2F
Octal 270 300 62 4 0 112 31 77 73 57
Binary 10111000 11000000 110010 100 0 1001010 11001 111111 111011 101111

Color Harmonies of #B8C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C032

Black with #B8C032

Text Example


Text Example

White with #B8C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C032; }

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

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

background-color css

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

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

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

border-color css

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

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

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