Html Css Color HEX #BCB34F Olive Green

📋 copy color: '#BCB34F'

red 188 ◦ green 179 ◦ blue 79

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

Shades of Olive Green #BCB34F

Tints of Olive Green #BCB34F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

 BLUE value IS 79 (31.25% from 255) = 17.71%

R = 42.15%
G = 40.13%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BCB34F (or 0xBCB34F) is known color: Olive Green. HEX triplet: BC, B3 and 4F. RGB value is (188,179,79). Sum of RGB (Red+Green+Blue) = 188+179+79=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB34F is #434CB0. Grayscale: #AAAAAA. Windows color (decimal): -4410545 or 5223356. OLE color: 5223356.

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

Color convert

RGB 188 179 79 -
CMYK 0 0.05 0.58 0.26
HSL 55.05º 0.45% 0.52% -
HSV(B) 55.05º 0.58% 0.74% -
XYZ 38.27 43.5 13.78 -
YUV 170.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 188 179 79 0 0.05 0.58 0.26 55.05 0.45 0.52
Hex BC B3 4F 0 5 3A 1A 37 2D 34
Octal 274 263 117 0 5 72 32 67 55 64
Binary 10111100 10110011 1001111 0 101 111010 11010 110111 101101 110100

Color Harmonies of #BCB34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB34F

Black with #BCB34F

Text Example


Text Example

White with #BCB34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB34F; }

 p { color: rgb(188,179,79); }

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

background-color css

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

 a { background-color: rgb(188,179,79); }

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

border-color css

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

 span { border-color: rgb(188,179,79); }

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