Html Css Color HEX #BDB754 Olive Green

📋 copy color: '#BDB754'

red 189 ◦ green 183 ◦ blue 84

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

Shades of Olive Green #BDB754

Tints of Olive Green #BDB754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.42%

R = 41.45%
G = 40.13%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BDB754 (or 0xBDB754) is known color: Olive Green. HEX triplet: BD, B7 and 54. RGB value is (189,183,84). Sum of RGB (Red+Green+Blue) = 189+183+84=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB754 is #4248AB. Grayscale: #ADADAD. Windows color (decimal): -4343980 or 5552061. OLE color: 5552061.

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

Color convert

RGB 189 183 84 -
CMYK 0 0.03 0.56 0.26
HSL 56.57º 0.44% 0.54% -
HSV(B) 56.57º 0.56% 0.74% -
XYZ 39.52 45.33 15.05 -
YUV 173.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 189 183 84 0 0.03 0.56 0.26 56.57 0.44 0.54
Hex BD B7 54 0 3 38 1A 39 2C 36
Octal 275 267 124 0 3 70 32 71 54 66
Binary 10111101 10110111 1010100 0 11 111000 11010 111001 101100 110110

Color Harmonies of #BDB754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB754

Black with #BDB754

Text Example


Text Example

White with #BDB754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB754; }

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

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

background-color css

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

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

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

border-color css

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

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

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