Html Css Color HEX #BBC52B Rio Grande

📋 copy color: '#BBC52B'

red 187 ◦ green 197 ◦ blue 43

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

Shades of Rio Grande #BBC52B

Tints of Rio Grande #BBC52B

RGB

 RED value IS 187 (73.44% from 255) = 43.79%

 GREEN value IS 197 (77.34% from 255) = 46.14%

 BLUE value IS 43 (17.19% from 255) = 10.07%

R = 43.79%
G = 46.14%
B = 10.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#BBC52B (or 0xBBC52B) is known color: Rio Grande. HEX triplet: BB, C5 and 2B. RGB value is (187,197,43). Sum of RGB (Red+Green+Blue) = 187+197+43=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC52B is #443AD4. Grayscale: #B1B1B1. Windows color (decimal): -4471509 or 2868667. OLE color: 2868667.

HSL color Cylindrical-coordinate representation of color #BBC52B: hue angle of 63.9º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBC52B is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 43 -
CMYK 0.05 0 0.78 0.23
HSL 63.9º 0.64% 0.47% -
HSV(B) 63.9º 0.78% 0.77% -
XYZ 40.9 50.67 9.91 -
YUV 176.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 187 197 43 0.05 0 0.78 0.23 63.9 0.64 0.47
Hex BB C5 2B 5 0 4E 17 40 40 2F
Octal 273 305 53 5 0 116 27 100 100 57
Binary 10111011 11000101 101011 101 0 1001110 10111 1000000 1000000 101111

Color Harmonies of #BBC52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC52B

Black with #BBC52B

Text Example


Text Example

White with #BBC52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC52B; }

 p { color: rgb(187,197,43); }

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

background-color css

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

 a { background-color: rgb(187,197,43); }

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

border-color css

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

 span { border-color: rgb(187,197,43); }

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