Html Css Color HEX #BDB75F Olive Green

📋 copy color: '#BDB75F'

red 189 ◦ green 183 ◦ blue 95

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

Shades of Olive Green #BDB75F

Tints of Olive Green #BDB75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.34%

R = 40.47%
G = 39.19%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDB75F (or 0xBDB75F) is known color: Olive Green. HEX triplet: BD, B7 and 5F. RGB value is (189,183,95). Sum of RGB (Red+Green+Blue) = 189+183+95=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB75F is #4248A0. Grayscale: #AFAFAF. Windows color (decimal): -4343969 or 6272957. OLE color: 6272957.

HSL color Cylindrical-coordinate representation of color #BDB75F: hue angle of 56.17º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDB75F is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 95 -
CMYK 0 0.03 0.50 0.26
HSL 56.17º 0.42% 0.56% -
HSV(B) 56.17º 0.5% 0.74% -
XYZ 39.99 45.51 17.5 -
YUV 174.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 189 183 95 0 0.03 0.50 0.26 56.17 0.42 0.56
Hex BD B7 5F 0 3 32 1A 38 2A 38
Octal 275 267 137 0 3 62 32 70 52 70
Binary 10111101 10110111 1011111 0 11 110010 11010 111000 101010 111000

Color Harmonies of #BDB75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB75F

Black with #BDB75F

Text Example


Text Example

White with #BDB75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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