Html Css Color HEX #BDB255 Olive Green

📋 copy color: '#BDB255'

red 189 ◦ green 178 ◦ blue 85

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

Shades of Olive Green #BDB255

Tints of Olive Green #BDB255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.38%

 BLUE value IS 85 (33.59% from 255) = 18.81%

R = 41.81%
G = 39.38%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BDB255 (or 0xBDB255) is known color: Olive Green. HEX triplet: BD, B2 and 55. RGB value is (189,178,85). Sum of RGB (Red+Green+Blue) = 189+178+85=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB255 is #424DAA. Grayscale: #ABABAB. Windows color (decimal): -4345259 or 5616317. OLE color: 5616317.

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

Color convert

RGB 189 178 85 -
CMYK 0 0.06 0.55 0.26
HSL 53.65º 0.44% 0.54% -
HSV(B) 53.65º 0.55% 0.74% -
XYZ 38.55 43.32 14.92 -
YUV 170.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 189 178 85 0 0.06 0.55 0.26 53.65 0.44 0.54
Hex BD B2 55 0 6 37 1A 36 2C 36
Octal 275 262 125 0 6 67 32 66 54 66
Binary 10111101 10110010 1010101 0 110 110111 11010 110110 101100 110110

Color Harmonies of #BDB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB255

Black with #BDB255

Text Example


Text Example

White with #BDB255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB255; }

 p { color: rgb(189,178,85); }

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

background-color css

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

 a { background-color: rgb(189,178,85); }

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

border-color css

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

 span { border-color: rgb(189,178,85); }

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