Html Css Color HEX #BDB454 Olive Green

📋 copy color: '#BDB454'

red 189 ◦ green 180 ◦ blue 84

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

Shades of Olive Green #BDB454

Tints of Olive Green #BDB454

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.74%

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

R = 41.72%
G = 39.74%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BDB454 (or 0xBDB454) is known color: Olive Green. HEX triplet: BD, B4 and 54. RGB value is (189,180,84). Sum of RGB (Red+Green+Blue) = 189+180+84=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB454 is #424BAB. Grayscale: #ACACAC. Windows color (decimal): -4344748 or 5551293. OLE color: 5551293.

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

Color convert

RGB 189 180 84 -
CMYK 0 0.05 0.56 0.26
HSL 54.86º 0.44% 0.54% -
HSV(B) 54.86º 0.56% 0.74% -
XYZ 38.91 44.1 14.85 -
YUV 171.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 189 180 84 0 0.05 0.56 0.26 54.86 0.44 0.54
Hex BD B4 54 0 5 38 1A 37 2C 36
Octal 275 264 124 0 5 70 32 67 54 66
Binary 10111101 10110100 1010100 0 101 111000 11010 110111 101100 110110

Color Harmonies of #BDB454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB454

Black with #BDB454

Text Example


Text Example

White with #BDB454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB454; }

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

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

background-color css

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

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

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

border-color css

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

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

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