Html Css Color HEX #BCBD5E Olive Green

📋 copy color: '#BCBD5E'

red 188 ◦ green 189 ◦ blue 94

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

Shades of Olive Green #BCBD5E

Tints of Olive Green #BCBD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.96%

R = 39.92%
G = 40.13%
B = 19.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BCBD5E (or 0xBCBD5E) is known color: Olive Green. HEX triplet: BC, BD and 5E. RGB value is (188,189,94). Sum of RGB (Red+Green+Blue) = 188+189+94=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD5E is #4342A1. Grayscale: #B2B2B2. Windows color (decimal): -4407970 or 6208956. OLE color: 6208956.

HSL color Cylindrical-coordinate representation of color #BCBD5E: 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.5%. Process color model (Four color, CMYK) of #BCBD5E is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 94 -
CMYK 0.01 0 0.50 0.26
HSL 60.63º 0.42% 0.55% -
HSV(B) 60.63º 0.5% 0.74% -
XYZ 40.96 47.89 17.68 -
YUV 177.87 80.67 135.22 -
System Red Green Blue C M Y K H S L
Decimal 188 189 94 0.01 0 0.50 0.26 60.63 0.42 0.55
Hex BC BD 5E 1 0 32 1A 3D 2A 37
Octal 274 275 136 1 0 62 32 75 52 67
Binary 10111100 10111101 1011110 1 0 110010 11010 111101 101010 110111

Color Harmonies of #BCBD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD5E

Black with #BCBD5E

Text Example


Text Example

White with #BCBD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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