Html Css Color HEX #BDB94F Olive Green

📋 copy color: '#BDB94F'

red 189 ◦ green 185 ◦ blue 79

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

Shades of Olive Green #BDB94F

Tints of Olive Green #BDB94F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.84%

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

R = 41.72%
G = 40.84%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDB94F (or 0xBDB94F) is known color: Olive Green. HEX triplet: BD, B9 and 4F. RGB value is (189,185,79). Sum of RGB (Red+Green+Blue) = 189+185+79=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB94F is #4246B0. Grayscale: #AEAEAE. Windows color (decimal): -4343473 or 5224893. OLE color: 5224893.

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

Color convert

RGB 189 185 79 -
CMYK 0 0.02 0.58 0.26
HSL 57.82º 0.45% 0.53% -
HSV(B) 57.82º 0.58% 0.74% -
XYZ 39.75 46.08 14.2 -
YUV 174.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 189 185 79 0 0.02 0.58 0.26 57.82 0.45 0.53
Hex BD B9 4F 0 2 3A 1A 3A 2D 35
Octal 275 271 117 0 2 72 32 72 55 65
Binary 10111101 10111001 1001111 0 10 111010 11010 111010 101101 110101

Color Harmonies of #BDB94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB94F

Black with #BDB94F

Text Example


Text Example

White with #BDB94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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