Html Css Color HEX #BDB352 Olive Green

📋 copy color: '#BDB352'

red 189 ◦ green 179 ◦ blue 82

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

Shades of Olive Green #BDB352

Tints of Olive Green #BDB352

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

 BLUE value IS 82 (32.42% from 255) = 18.22%

R = 42%
G = 39.78%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BDB352 (or 0xBDB352) is known color: Olive Green. HEX triplet: BD, B3 and 52. RGB value is (189,179,82). Sum of RGB (Red+Green+Blue) = 189+179+82=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB352 is #424CAD. Grayscale: #ABABAB. Windows color (decimal): -4345006 or 5419965. OLE color: 5419965.

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

Color convert

RGB 189 179 82 -
CMYK 0 0.05 0.57 0.26
HSL 54.39º 0.45% 0.53% -
HSV(B) 54.39º 0.57% 0.74% -
XYZ 38.63 43.67 14.38 -
YUV 170.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 189 179 82 0 0.05 0.57 0.26 54.39 0.45 0.53
Hex BD B3 52 0 5 39 1A 36 2D 35
Octal 275 263 122 0 5 71 32 66 55 65
Binary 10111101 10110011 1010010 0 101 111001 11010 110110 101101 110101

Color Harmonies of #BDB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB352

Black with #BDB352

Text Example


Text Example

White with #BDB352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB352; }

 p { color: rgb(189,179,82); }

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

background-color css

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

 a { background-color: rgb(189,179,82); }

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

border-color css

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

 span { border-color: rgb(189,179,82); }

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