#BBBF23

Color #BBBF23 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BBBF23

Tints of Rio Grande #BBBF23

Color information

#BBBF23 (or 0xBBBF23) is unknown color: approx Rio Grande. HEX triplet: BB, BF and 23. RGB value is (187,191,35). Sum of RGB (Red+Green+Blue) = 187+191+35=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBF23 is #4440DC. Grayscale: #ACACAC. Windows color (decimal): -4473053 or 2342843. OLE color: 2342843.

HSL color Cylindrical-coordinate representation of color #BBBF23: hue angle of 61.54º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBBF23 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB18719135-
CMYK0.0200.820.25
HSL61.54º69.03%44.31%-
HSV(B)61.54º81.68%74.9%-
XYZ39.4347.958.77-
YUV172.0250.67138.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 191 (75% from 255) = 46.25%
BLUE value IS 35 (14.06% from 255) = 8.47%
R=45.28%
G=46.25%
B=8.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187191350.0200.820.2561.5469.0344.31
HexBBBF232052193e452c
Octal2732774320122317610554
Binary10111011101111111000111001010010110011111101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF23; }

 p { color: rgb(187,191,35); }

 H1.HeaderClassName
 {
   color: #BBBF23;
 }
 .AnyTagClassName
 {
   color: #BBBF23;
 }
</style>
background-color css

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

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

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

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

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

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