Html Css Color HEX #BDB74F Olive Green

📋 copy color: '#BDB74F'

red 189 ◦ green 183 ◦ blue 79

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

Shades of Olive Green #BDB74F

Tints of Olive Green #BDB74F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.58%

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

R = 41.91%
G = 40.58%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDB74F (or 0xBDB74F) is known color: Olive Green. HEX triplet: BD, B7 and 4F. RGB value is (189,183,79). Sum of RGB (Red+Green+Blue) = 189+183+79=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB74F is #4248B0. Grayscale: #ADADAD. Windows color (decimal): -4343985 or 5224381. OLE color: 5224381.

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

Color convert

RGB 189 183 79 -
CMYK 0 0.03 0.58 0.26
HSL 56.73º 0.45% 0.53% -
HSV(B) 56.73º 0.58% 0.74% -
XYZ 39.33 45.25 14.06 -
YUV 172.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 189 183 79 0 0.03 0.58 0.26 56.73 0.45 0.53
Hex BD B7 4F 0 3 3A 1A 39 2D 35
Octal 275 267 117 0 3 72 32 71 55 65
Binary 10111101 10110111 1001111 0 11 111010 11010 111001 101101 110101

Color Harmonies of #BDB74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB74F

Black with #BDB74F

Text Example


Text Example

White with #BDB74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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