Html Css Color HEX #BBBB1E Rio Grande

📋 copy color: '#BBBB1E'

red 187 ◦ green 187 ◦ blue 30

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

Shades of Rio Grande #BBBB1E

Tints of Rio Grande #BBBB1E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.29%

 BLUE value IS 30 (12.11% from 255) = 7.43%

R = 46.29%
G = 46.29%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBBB1E (or 0xBBBB1E) is known color: Rio Grande. HEX triplet: BB, BB and 1E. RGB value is (187,187,30). Sum of RGB (Red+Green+Blue) = 187+187+30=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBB1E is #4444E1. Grayscale: #A9A9A9. Windows color (decimal): -4474082 or 2014139. OLE color: 2014139.

HSL color Cylindrical-coordinate representation of color #BBBB1E: hue angle of 60º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBBB1E is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 30 -
CMYK 0 0 0.84 0.27
HSL 60º 0.72% 0.43% -
HSV(B) 60º 0.84% 0.73% -
XYZ 38.5 46.2 8.12 -
YUV 169.1 49.5 140.77 -
System Red Green Blue C M Y K H S L
Decimal 187 187 30 0 0 0.84 0.27 60 0.72 0.43
Hex BB BB 1E 0 0 54 1B 3C 48 2B
Octal 273 273 36 0 0 124 33 74 110 53
Binary 10111011 10111011 11110 0 0 1010100 11011 111100 1001000 101011

Color Harmonies of #BBBB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB1E

Black with #BBBB1E

Text Example


Text Example

White with #BBBB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB1E; }

 p { color: rgb(187,187,30); }

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

background-color css

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

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

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

border-color css

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

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

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