Html Css Color HEX #BBC51F Rio Grande

📋 copy color: '#BBC51F'

red 187 ◦ green 197 ◦ blue 31

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

Shades of Rio Grande #BBC51F

Tints of Rio Grande #BBC51F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.47%

R = 45.06%
G = 47.47%
B = 7.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#BBC51F (or 0xBBC51F) is known color: Rio Grande. HEX triplet: BB, C5 and 1F. RGB value is (187,197,31). Sum of RGB (Red+Green+Blue) = 187+197+31=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC51F is #443AE0. Grayscale: #AFAFAF. Windows color (decimal): -4471521 or 2082235. OLE color: 2082235.

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

Color convert

RGB 187 197 31 -
CMYK 0.05 0 0.84 0.23
HSL 63.61º 0.73% 0.45% -
HSV(B) 63.61º 0.84% 0.77% -
XYZ 40.71 50.6 8.92 -
YUV 175.09 46.69 136.5 -
System Red Green Blue C M Y K H S L
Decimal 187 197 31 0.05 0 0.84 0.23 63.61 0.73 0.45
Hex BB C5 1F 5 0 54 17 40 49 2D
Octal 273 305 37 5 0 124 27 100 111 55
Binary 10111011 11000101 11111 101 0 1010100 10111 1000000 1001001 101101

Color Harmonies of #BBC51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC51F

Black with #BBC51F

Text Example


Text Example

White with #BBC51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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