Html Css Color HEX #B8BB2A Rio Grande

📋 copy color: '#B8BB2A'

red 184 ◦ green 187 ◦ blue 42

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

Shades of Rio Grande #B8BB2A

Tints of Rio Grande #B8BB2A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.28%

 BLUE value IS 42 (16.8% from 255) = 10.17%

R = 44.55%
G = 45.28%
B = 10.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B8BB2A (or 0xB8BB2A) is known color: Rio Grande. HEX triplet: B8, BB and 2A. RGB value is (184,187,42). Sum of RGB (Red+Green+Blue) = 184+187+42=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BB2A is #4744D5. Grayscale: #AAAAAA. Windows color (decimal): -4670678 or 2800568. OLE color: 2800568.

HSL color Cylindrical-coordinate representation of color #B8BB2A: hue angle of 61.24º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8BB2A is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 187 42 -
CMYK 0.02 0 0.78 0.27
HSL 61.24º 0.63% 0.45% -
HSV(B) 61.24º 0.78% 0.73% -
XYZ 37.96 45.9 9.05 -
YUV 169.57 56.01 138.29 -
System Red Green Blue C M Y K H S L
Decimal 184 187 42 0.02 0 0.78 0.27 61.24 0.63 0.45
Hex B8 BB 2A 2 0 4E 1B 3D 3F 2D
Octal 270 273 52 2 0 116 33 75 77 55
Binary 10111000 10111011 101010 10 0 1001110 11011 111101 111111 101101

Color Harmonies of #B8BB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BB2A

Black with #B8BB2A

Text Example


Text Example

White with #B8BB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BB2A; }

 p { color: rgb(184,187,42); }

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

background-color css

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

 a { background-color: rgb(184,187,42); }

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

border-color css

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

 span { border-color: rgb(184,187,42); }

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