Html Css Color HEX #BCB65D Olive Green

📋 copy color: '#BCB65D'

red 188 ◦ green 182 ◦ blue 93

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

Shades of Olive Green #BCB65D

Tints of Olive Green #BCB65D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.31%

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

R = 40.6%
G = 39.31%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BCB65D (or 0xBCB65D) is known color: Olive Green. HEX triplet: BC, B6 and 5D. RGB value is (188,182,93). Sum of RGB (Red+Green+Blue) = 188+182+93=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB65D is #4349A2. Grayscale: #AEAEAE. Windows color (decimal): -4409763 or 6141628. OLE color: 6141628.

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

Color convert

RGB 188 182 93 -
CMYK 0 0.03 0.51 0.26
HSL 56.21º 0.41% 0.55% -
HSV(B) 56.21º 0.51% 0.74% -
XYZ 39.44 44.94 16.95 -
YUV 173.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 188 182 93 0 0.03 0.51 0.26 56.21 0.41 0.55
Hex BC B6 5D 0 3 33 1A 38 29 37
Octal 274 266 135 0 3 63 32 70 51 67
Binary 10111100 10110110 1011101 0 11 110011 11010 111000 101001 110111

Color Harmonies of #BCB65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB65D

Black with #BCB65D

Text Example


Text Example

White with #BCB65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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