Html Css Color HEX #BDB453 Olive Green

📋 copy color: '#BDB453'

red 189 ◦ green 180 ◦ blue 83

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

Shades of Olive Green #BDB453

Tints of Olive Green #BDB453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.36%

R = 41.81%
G = 39.82%
B = 18.36%

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

#BDB453 (or 0xBDB453) is known color: Olive Green. HEX triplet: BD, B4 and 53. RGB value is (189,180,83). Sum of RGB (Red+Green+Blue) = 189+180+83=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB453 is #424BAC. Grayscale: #ACACAC. Windows color (decimal): -4344749 or 5485757. OLE color: 5485757.

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

Color convert

RGB 189 180 83 -
CMYK 0 0.05 0.56 0.26
HSL 54.91º 0.45% 0.53% -
HSV(B) 54.91º 0.56% 0.74% -
XYZ 38.87 44.09 14.64 -
YUV 171.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 189 180 83 0 0.05 0.56 0.26 54.91 0.45 0.53
Hex BD B4 53 0 5 38 1A 37 2D 35
Octal 275 264 123 0 5 70 32 67 55 65
Binary 10111101 10110100 1010011 0 101 111000 11010 110111 101101 110101

Color Harmonies of #BDB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB453

Black with #BDB453

Text Example


Text Example

White with #BDB453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB453; }

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

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

background-color css

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

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

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

border-color css

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

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

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