Html Css Color HEX #BDB64E Olive Green

📋 copy color: '#BDB64E'

red 189 ◦ green 182 ◦ blue 78

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

Shades of Olive Green #BDB64E

Tints of Olive Green #BDB64E

RGB

 RED value IS 189 (74.22% from 255) = 42.09%

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

 BLUE value IS 78 (30.86% from 255) = 17.37%

R = 42.09%
G = 40.53%
B = 17.37%

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

#BDB64E (or 0xBDB64E) is known color: Olive Green. HEX triplet: BD, B6 and 4E. RGB value is (189,182,78). Sum of RGB (Red+Green+Blue) = 189+182+78=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB64E is #4249B1. Grayscale: #ACACAC. Windows color (decimal): -4344242 or 5158589. OLE color: 5158589.

HSL color Cylindrical-coordinate representation of color #BDB64E: hue angle of 56.22º degrees, saturation: 0.46, 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 #BDB64E is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 78 -
CMYK 0 0.04 0.59 0.26
HSL 56.22º 0.46% 0.52% -
HSV(B) 56.22º 0.59% 0.74% -
XYZ 39.09 44.82 13.8 -
YUV 172.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 189 182 78 0 0.04 0.59 0.26 56.22 0.46 0.52
Hex BD B6 4E 0 4 3B 1A 38 2E 34
Octal 275 266 116 0 4 73 32 70 56 64
Binary 10111101 10110110 1001110 0 100 111011 11010 111000 101110 110100

Color Harmonies of #BDB64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB64E

Black with #BDB64E

Text Example


Text Example

White with #BDB64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB64E; }

 p { color: rgb(189,182,78); }

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

background-color css

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

 a { background-color: rgb(189,182,78); }

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

border-color css

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

 span { border-color: rgb(189,182,78); }

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