Html Css Color HEX #B8BF32 Rio Grande

📋 copy color: '#B8BF32'

red 184 ◦ green 191 ◦ blue 50

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

Shades of Rio Grande #B8BF32

Tints of Rio Grande #B8BF32

RGB

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

 GREEN value IS 191 (75% from 255) = 44.94%

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

R = 43.29%
G = 44.94%
B = 11.76%

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

#B8BF32 (or 0xB8BF32) is known color: Rio Grande. HEX triplet: B8, BF and 32. RGB value is (184,191,50). Sum of RGB (Red+Green+Blue) = 184+191+50=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BF32 is #4740CD. Grayscale: #ADADAD. Windows color (decimal): -4669646 or 3325880. OLE color: 3325880.

HSL color Cylindrical-coordinate representation of color #B8BF32: hue angle of 62.98º 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 #B8BF32 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 191 50 -
CMYK 0.04 0 0.74 0.25
HSL 62.98º 0.59% 0.47% -
HSV(B) 62.98º 0.74% 0.75% -
XYZ 38.97 47.68 10.17 -
YUV 172.83 58.68 135.96 -
System Red Green Blue C M Y K H S L
Decimal 184 191 50 0.04 0 0.74 0.25 62.98 0.59 0.47
Hex B8 BF 32 4 0 4A 19 3F 3B 2F
Octal 270 277 62 4 0 112 31 77 73 57
Binary 10111000 10111111 110010 100 0 1001010 11001 111111 111011 101111

Color Harmonies of #B8BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BF32

Black with #B8BF32

Text Example


Text Example

White with #B8BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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