Html Css Color HEX #BDB74E Olive Green

📋 copy color: '#BDB74E'

red 189 ◦ green 183 ◦ blue 78

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

Shades of Olive Green #BDB74E

Tints of Olive Green #BDB74E

RGB

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

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

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

R = 42%
G = 40.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BDB74E (or 0xBDB74E) is known color: Olive Green. HEX triplet: BD, B7 and 4E. RGB value is (189,183,78). Sum of RGB (Red+Green+Blue) = 189+183+78=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB74E is #4248B1. Grayscale: #ADADAD. Windows color (decimal): -4343986 or 5158845. OLE color: 5158845.

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

Color convert

RGB 189 183 78 -
CMYK 0 0.03 0.59 0.26
HSL 56.76º 0.46% 0.52% -
HSV(B) 56.76º 0.59% 0.74% -
XYZ 39.29 45.24 13.87 -
YUV 172.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 189 183 78 0 0.03 0.59 0.26 56.76 0.46 0.52
Hex BD B7 4E 0 3 3B 1A 39 2E 34
Octal 275 267 116 0 3 73 32 71 56 64
Binary 10111101 10110111 1001110 0 11 111011 11010 111001 101110 110100

Color Harmonies of #BDB74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB74E

Black with #BDB74E

Text Example


Text Example

White with #BDB74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB74E; }

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

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

background-color css

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

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

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

border-color css

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

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

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