Html Css Color HEX #BDB54E Olive Green

📋 copy color: '#BDB54E'

red 189 ◦ green 181 ◦ blue 78

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

Shades of Olive Green #BDB54E

Tints of Olive Green #BDB54E

RGB

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

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

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

R = 42.19%
G = 40.4%
B = 17.41%

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

#BDB54E (or 0xBDB54E) is known color: Olive Green. HEX triplet: BD, B5 and 4E. RGB value is (189,181,78). Sum of RGB (Red+Green+Blue) = 189+181+78=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB54E is #424AB1. Grayscale: #ACACAC. Windows color (decimal): -4344498 or 5158333. OLE color: 5158333.

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

Color convert

RGB 189 181 78 -
CMYK 0 0.04 0.59 0.26
HSL 55.68º 0.46% 0.52% -
HSV(B) 55.68º 0.59% 0.74% -
XYZ 38.89 44.42 13.73 -
YUV 171.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 189 181 78 0 0.04 0.59 0.26 55.68 0.46 0.52
Hex BD B5 4E 0 4 3B 1A 38 2E 34
Octal 275 265 116 0 4 73 32 70 56 64
Binary 10111101 10110101 1001110 0 100 111011 11010 111000 101110 110100

Color Harmonies of #BDB54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB54E

Black with #BDB54E

Text Example


Text Example

White with #BDB54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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