Html Css Color HEX #BDB54F Olive Green

📋 copy color: '#BDB54F'

red 189 ◦ green 181 ◦ blue 79

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

Shades of Olive Green #BDB54F

Tints of Olive Green #BDB54F

RGB

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

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

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

R = 42.09%
G = 40.31%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDB54F (or 0xBDB54F) is known color: Olive Green. HEX triplet: BD, B5 and 4F. RGB value is (189,181,79). Sum of RGB (Red+Green+Blue) = 189+181+79=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB54F is #424AB0. Grayscale: #ACACAC. Windows color (decimal): -4344497 or 5223869. OLE color: 5223869.

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

Color convert

RGB 189 181 79 -
CMYK 0 0.04 0.58 0.26
HSL 55.64º 0.45% 0.53% -
HSV(B) 55.64º 0.58% 0.74% -
XYZ 38.92 44.43 13.92 -
YUV 171.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 189 181 79 0 0.04 0.58 0.26 55.64 0.45 0.53
Hex BD B5 4F 0 4 3A 1A 38 2D 35
Octal 275 265 117 0 4 72 32 70 55 65
Binary 10111101 10110101 1001111 0 100 111010 11010 111000 101101 110101

Color Harmonies of #BDB54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB54F

Black with #BDB54F

Text Example


Text Example

White with #BDB54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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