Html Css Color HEX #BCBD5B Olive Green

📋 copy color: '#BCBD5B'

red 188 ◦ green 189 ◦ blue 91

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

Shades of Olive Green #BCBD5B

Tints of Olive Green #BCBD5B

RGB

 RED value IS 188 (73.83% from 255) = 40.17%

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

 BLUE value IS 91 (35.94% from 255) = 19.44%

R = 40.17%
G = 40.38%
B = 19.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BCBD5B (or 0xBCBD5B) is known color: Olive Green. HEX triplet: BC, BD and 5B. RGB value is (188,189,91). Sum of RGB (Red+Green+Blue) = 188+189+91=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD5B is #4342A4. Grayscale: #B1B1B1. Windows color (decimal): -4407973 or 6012348. OLE color: 6012348.

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

Color convert

RGB 188 189 91 -
CMYK 0.01 0 0.52 0.26
HSL 60.61º 0.43% 0.55% -
HSV(B) 60.61º 0.52% 0.74% -
XYZ 40.82 47.84 16.98 -
YUV 177.53 79.17 135.47 -
System Red Green Blue C M Y K H S L
Decimal 188 189 91 0.01 0 0.52 0.26 60.61 0.43 0.55
Hex BC BD 5B 1 0 34 1A 3D 2B 37
Octal 274 275 133 1 0 64 32 75 53 67
Binary 10111100 10111101 1011011 1 0 110100 11010 111101 101011 110111

Color Harmonies of #BCBD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD5B

Black with #BCBD5B

Text Example


Text Example

White with #BCBD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD5B; }

 p { color: rgb(188,189,91); }

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

background-color css

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

 a { background-color: rgb(188,189,91); }

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

border-color css

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

 span { border-color: rgb(188,189,91); }

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