Html Css Color HEX #BBD10F Rio Grande

📋 copy color: '#BBD10F'

red 187 ◦ green 209 ◦ blue 15

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

Shades of Rio Grande #BBD10F

Tints of Rio Grande #BBD10F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.85%

 BLUE value IS 15 (6.25% from 255) = 3.65%

R = 45.5%
G = 50.85%
B = 3.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#BBD10F (or 0xBBD10F) is known color: Rio Grande. HEX triplet: BB, D1 and 0F. RGB value is (187,209,15). Sum of RGB (Red+Green+Blue) = 187+209+15=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD10F is #442EF0. Grayscale: #B5B5B5. Windows color (decimal): -4468465 or 1036731. OLE color: 1036731.

HSL color Cylindrical-coordinate representation of color #BBD10F: hue angle of 66.8º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBD10F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 15 -
CMYK 0.11 0 0.93 0.18
HSL 66.8º 0.87% 0.44% -
HSV(B) 66.8º 0.93% 0.82% -
XYZ 43.38 56.2 9.01 -
YUV 180.31 34.71 132.77 -
System Red Green Blue C M Y K H S L
Decimal 187 209 15 0.11 0 0.93 0.18 66.8 0.87 0.44
Hex BB D1 F B 0 5D 12 43 57 2C
Octal 273 321 17 13 0 135 22 103 127 54
Binary 10111011 11010001 1111 1011 0 1011101 10010 1000011 1010111 101100

Color Harmonies of #BBD10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD10F

Black with #BBD10F

Text Example


Text Example

White with #BBD10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD10F; }

 p { color: rgb(187,209,15); }

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

background-color css

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

 a { background-color: rgb(187,209,15); }

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

border-color css

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

 span { border-color: rgb(187,209,15); }

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