Html Css Color HEX #BBD511 Rio Grande

📋 copy color: '#BBD511'

red 187 ◦ green 213 ◦ blue 17

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

Shades of Rio Grande #BBD511

Tints of Rio Grande #BBD511

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.08%

 BLUE value IS 17 (7.03% from 255) = 4.08%

R = 44.84%
G = 51.08%
B = 4.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#BBD511 (or 0xBBD511) is known color: Rio Grande. HEX triplet: BB, D5 and 11. RGB value is (187,213,17). Sum of RGB (Red+Green+Blue) = 187+213+17=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD511 is #442AEE. Grayscale: #B7B7B7. Windows color (decimal): -4467439 or 1168827. OLE color: 1168827.

HSL color Cylindrical-coordinate representation of color #BBD511: hue angle of 67.96º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBD511 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 17 -
CMYK 0.12 0 0.92 0.16
HSL 67.96º 0.85% 0.45% -
HSV(B) 67.96º 0.92% 0.84% -
XYZ 44.39 58.19 9.42 -
YUV 182.88 34.39 130.94 -
System Red Green Blue C M Y K H S L
Decimal 187 213 17 0.12 0 0.92 0.16 67.96 0.85 0.45
Hex BB D5 11 C 0 5C 10 44 55 2D
Octal 273 325 21 14 0 134 20 104 125 55
Binary 10111011 11010101 10001 1100 0 1011100 10000 1000100 1010101 101101

Color Harmonies of #BBD511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD511

Black with #BBD511

Text Example


Text Example

White with #BBD511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD511; }

 p { color: rgb(187,213,17); }

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

background-color css

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

 a { background-color: rgb(187,213,17); }

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

border-color css

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

 span { border-color: rgb(187,213,17); }

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