Html Css Color HEX #BBBC5C Olive Green

📋 copy color: '#BBBC5C'

red 187 ◦ green 188 ◦ blue 92

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

Shades of Olive Green #BBBC5C

Tints of Olive Green #BBBC5C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

 BLUE value IS 92 (36.33% from 255) = 19.7%

R = 40.04%
G = 40.26%
B = 19.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BBBC5C (or 0xBBBC5C) is known color: Olive Green. HEX triplet: BB, BC and 5C. RGB value is (187,188,92). Sum of RGB (Red+Green+Blue) = 187+188+92=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC5C is #4443A3. Grayscale: #B1B1B1. Windows color (decimal): -4473764 or 6077627. OLE color: 6077627.

HSL color Cylindrical-coordinate representation of color #BBBC5C: hue angle of 60.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBBC5C is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 188 92 -
CMYK 0.01 0 0.51 0.26
HSL 60.63º 0.42% 0.55% -
HSV(B) 60.63º 0.51% 0.74% -
XYZ 40.41 47.3 17.13 -
YUV 176.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 187 188 92 0.01 0 0.51 0.26 60.63 0.42 0.55
Hex BB BC 5C 1 0 33 1A 3D 2A 37
Octal 273 274 134 1 0 63 32 75 52 67
Binary 10111011 10111100 1011100 1 0 110011 11010 111101 101010 110111

Color Harmonies of #BBBC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC5C

Black with #BBBC5C

Text Example


Text Example

White with #BBBC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC5C; }

 p { color: rgb(187,188,92); }

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

background-color css

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

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

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

border-color css

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

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

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