Html Css Color HEX #BDB75B Olive Green

📋 copy color: '#BDB75B'

red 189 ◦ green 183 ◦ blue 91

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

Shades of Olive Green #BDB75B

Tints of Olive Green #BDB75B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.65%

R = 40.82%
G = 39.52%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDB75B (or 0xBDB75B) is known color: Olive Green. HEX triplet: BD, B7 and 5B. RGB value is (189,183,91). Sum of RGB (Red+Green+Blue) = 189+183+91=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB75B is #4248A4. Grayscale: #AEAEAE. Windows color (decimal): -4343973 or 6010813. OLE color: 6010813.

HSL color Cylindrical-coordinate representation of color #BDB75B: hue angle of 56.33º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDB75B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 91 -
CMYK 0 0.03 0.52 0.26
HSL 56.33º 0.43% 0.55% -
HSV(B) 56.33º 0.52% 0.74% -
XYZ 39.81 45.44 16.57 -
YUV 174.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 189 183 91 0 0.03 0.52 0.26 56.33 0.43 0.55
Hex BD B7 5B 0 3 34 1A 38 2B 37
Octal 275 267 133 0 3 64 32 70 53 67
Binary 10111101 10110111 1011011 0 11 110100 11010 111000 101011 110111

Color Harmonies of #BDB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB75B

Black with #BDB75B

Text Example


Text Example

White with #BDB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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