Html Css Color HEX #BCB84F Olive Green

📋 copy color: '#BCB84F'

red 188 ◦ green 184 ◦ blue 79

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

Shades of Olive Green #BCB84F

Tints of Olive Green #BCB84F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.8%

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

R = 41.69%
G = 40.8%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BCB84F (or 0xBCB84F) is known color: Olive Green. HEX triplet: BC, B8 and 4F. RGB value is (188,184,79). Sum of RGB (Red+Green+Blue) = 188+184+79=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB84F is #4347B0. Grayscale: #ADADAD. Windows color (decimal): -4409265 or 5224636. OLE color: 5224636.

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

Color convert

RGB 188 184 79 -
CMYK 0 0.02 0.58 0.26
HSL 57.8º 0.45% 0.52% -
HSV(B) 57.8º 0.58% 0.74% -
XYZ 39.29 45.54 14.12 -
YUV 173.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 188 184 79 0 0.02 0.58 0.26 57.8 0.45 0.52
Hex BC B8 4F 0 2 3A 1A 3A 2D 34
Octal 274 270 117 0 2 72 32 72 55 64
Binary 10111100 10111000 1001111 0 10 111010 11010 111010 101101 110100

Color Harmonies of #BCB84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB84F

Black with #BCB84F

Text Example


Text Example

White with #BCB84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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