Html Css Color HEX #BCB95D Olive Green

📋 copy color: '#BCB95D'

red 188 ◦ green 185 ◦ blue 93

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

Shades of Olive Green #BCB95D

Tints of Olive Green #BCB95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.7%

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

R = 40.34%
G = 39.7%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BCB95D (or 0xBCB95D) is known color: Olive Green. HEX triplet: BC, B9 and 5D. RGB value is (188,185,93). Sum of RGB (Red+Green+Blue) = 188+185+93=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB95D is #4346A2. Grayscale: #AFAFAF. Windows color (decimal): -4408995 or 6142396. OLE color: 6142396.

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

Color convert

RGB 188 185 93 -
CMYK 0 0.02 0.51 0.26
HSL 58.11º 0.41% 0.55% -
HSV(B) 58.11º 0.51% 0.74% -
XYZ 40.06 46.18 17.16 -
YUV 175.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 188 185 93 0 0.02 0.51 0.26 58.11 0.41 0.55
Hex BC B9 5D 0 2 33 1A 3A 29 37
Octal 274 271 135 0 2 63 32 72 51 67
Binary 10111100 10111001 1011101 0 10 110011 11010 111010 101001 110111

Color Harmonies of #BCB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB95D

Black with #BCB95D

Text Example


Text Example

White with #BCB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB95D; }

 p { color: rgb(188,185,93); }

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

background-color css

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

 a { background-color: rgb(188,185,93); }

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

border-color css

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

 span { border-color: rgb(188,185,93); }

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