Html Css Color HEX #BBBD5D Olive Green

📋 copy color: '#BBBD5D'

red 187 ◦ green 189 ◦ blue 93

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

Shades of Olive Green #BBBD5D

Tints of Olive Green #BBBD5D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.3%

 BLUE value IS 93 (36.72% from 255) = 19.83%

R = 39.87%
G = 40.3%
B = 19.83%

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

#BBBD5D (or 0xBBBD5D) is known color: Olive Green. HEX triplet: BB, BD and 5D. RGB value is (187,189,93). Sum of RGB (Red+Green+Blue) = 187+189+93=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD5D is #4442A2. Grayscale: #B1B1B1. Windows color (decimal): -4473507 or 6143419. OLE color: 6143419.

HSL color Cylindrical-coordinate representation of color #BBBD5D: hue angle of 61.25º 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 #BBBD5D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 189 93 -
CMYK 0.01 0 0.51 0.26
HSL 61.25º 0.42% 0.55% -
HSV(B) 61.25º 0.51% 0.74% -
XYZ 40.67 47.75 17.43 -
YUV 177.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 187 189 93 0.01 0 0.51 0.26 61.25 0.42 0.55
Hex BB BD 5D 1 0 33 1A 3D 2A 37
Octal 273 275 135 1 0 63 32 75 52 67
Binary 10111011 10111101 1011101 1 0 110011 11010 111101 101010 110111

Color Harmonies of #BBBD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD5D

Black with #BBBD5D

Text Example


Text Example

White with #BBBD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD5D; }

 p { color: rgb(187,189,93); }

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

background-color css

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

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

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

border-color css

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

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

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