Html Css Color HEX #BDB44F Olive Green

📋 copy color: '#BDB44F'

red 189 ◦ green 180 ◦ blue 79

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

Shades of Olive Green #BDB44F

Tints of Olive Green #BDB44F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

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

R = 42.19%
G = 40.18%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDB44F (or 0xBDB44F) is known color: Olive Green. HEX triplet: BD, B4 and 4F. RGB value is (189,180,79). Sum of RGB (Red+Green+Blue) = 189+180+79=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB44F is #424BB0. Grayscale: #ABABAB. Windows color (decimal): -4344753 or 5223613. OLE color: 5223613.

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

Color convert

RGB 189 180 79 -
CMYK 0 0.05 0.58 0.26
HSL 55.09º 0.45% 0.53% -
HSV(B) 55.09º 0.58% 0.74% -
XYZ 38.72 44.03 13.85 -
YUV 171.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 189 180 79 0 0.05 0.58 0.26 55.09 0.45 0.53
Hex BD B4 4F 0 5 3A 1A 37 2D 35
Octal 275 264 117 0 5 72 32 67 55 65
Binary 10111101 10110100 1001111 0 101 111010 11010 110111 101101 110101

Color Harmonies of #BDB44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB44F

Black with #BDB44F

Text Example


Text Example

White with #BDB44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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