Html Css Color HEX #BBC51C Rio Grande

📋 copy color: '#BBC51C'

red 187 ◦ green 197 ◦ blue 28

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

Shades of Rio Grande #BBC51C

Tints of Rio Grande #BBC51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.8%

R = 45.39%
G = 47.82%
B = 6.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#BBC51C (or 0xBBC51C) is known color: Rio Grande. HEX triplet: BB, C5 and 1C. RGB value is (187,197,28). Sum of RGB (Red+Green+Blue) = 187+197+28=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC51C is #443AE3. Grayscale: #AFAFAF. Windows color (decimal): -4471524 or 1885627. OLE color: 1885627.

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

Color convert

RGB 187 197 28 -
CMYK 0.05 0 0.86 0.23
HSL 63.55º 0.75% 0.44% -
HSV(B) 63.55º 0.86% 0.77% -
XYZ 40.67 50.58 8.72 -
YUV 174.74 45.19 136.74 -
System Red Green Blue C M Y K H S L
Decimal 187 197 28 0.05 0 0.86 0.23 63.55 0.75 0.44
Hex BB C5 1C 5 0 56 17 40 4B 2C
Octal 273 305 34 5 0 126 27 100 113 54
Binary 10111011 11000101 11100 101 0 1010110 10111 1000000 1001011 101100

Color Harmonies of #BBC51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC51C

Black with #BBC51C

Text Example


Text Example

White with #BBC51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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