Html Css Color HEX #BCB75E Olive Green

📋 copy color: '#BCB75E'

red 188 ◦ green 183 ◦ blue 94

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

Shades of Olive Green #BCB75E

Tints of Olive Green #BCB75E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.35%

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

R = 40.43%
G = 39.35%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BCB75E (or 0xBCB75E) is known color: Olive Green. HEX triplet: BC, B7 and 5E. RGB value is (188,183,94). Sum of RGB (Red+Green+Blue) = 188+183+94=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB75E is #4348A1. Grayscale: #AEAEAE. Windows color (decimal): -4409506 or 6207420. OLE color: 6207420.

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

Color convert

RGB 188 183 94 -
CMYK 0 0.03 0.50 0.26
HSL 56.81º 0.41% 0.55% -
HSV(B) 56.81º 0.5% 0.74% -
XYZ 39.69 45.37 17.25 -
YUV 174.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 188 183 94 0 0.03 0.50 0.26 56.81 0.41 0.55
Hex BC B7 5E 0 3 32 1A 39 29 37
Octal 274 267 136 0 3 62 32 71 51 67
Binary 10111100 10110111 1011110 0 11 110010 11010 111001 101001 110111

Color Harmonies of #BCB75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB75E

Black with #BCB75E

Text Example


Text Example

White with #BCB75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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