Html Css Color HEX #BCB54D Olive Green

📋 copy color: '#BCB54D'

red 188 ◦ green 181 ◦ blue 77

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

Shades of Olive Green #BCB54D

Tints of Olive Green #BCB54D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.58%

 BLUE value IS 77 (30.47% from 255) = 17.26%

R = 42.15%
G = 40.58%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BCB54D (or 0xBCB54D) is known color: Olive Green. HEX triplet: BC, B5 and 4D. RGB value is (188,181,77). Sum of RGB (Red+Green+Blue) = 188+181+77=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB54D is #434AB2. Grayscale: #ABABAB. Windows color (decimal): -4410035 or 5092796. OLE color: 5092796.

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

Color convert

RGB 188 181 77 -
CMYK 0 0.04 0.59 0.26
HSL 56.22º 0.45% 0.52% -
HSV(B) 56.22º 0.59% 0.74% -
XYZ 38.6 44.27 13.53 -
YUV 171.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 188 181 77 0 0.04 0.59 0.26 56.22 0.45 0.52
Hex BC B5 4D 0 4 3B 1A 38 2D 34
Octal 274 265 115 0 4 73 32 70 55 64
Binary 10111100 10110101 1001101 0 100 111011 11010 111000 101101 110100

Color Harmonies of #BCB54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB54D

Black with #BCB54D

Text Example


Text Example

White with #BCB54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB54D; }

 p { color: rgb(188,181,77); }

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

background-color css

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

 a { background-color: rgb(188,181,77); }

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

border-color css

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

 span { border-color: rgb(188,181,77); }

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