Html Css Color HEX #BDB651 Olive Green

📋 copy color: '#BDB651'

red 189 ◦ green 182 ◦ blue 81

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

Shades of Olive Green #BDB651

Tints of Olive Green #BDB651

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.27%

 BLUE value IS 81 (32.03% from 255) = 17.92%

R = 41.81%
G = 40.27%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BDB651 (or 0xBDB651) is known color: Olive Green. HEX triplet: BD, B6 and 51. RGB value is (189,182,81). Sum of RGB (Red+Green+Blue) = 189+182+81=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB651 is #4249AE. Grayscale: #ACACAC. Windows color (decimal): -4344239 or 5355197. OLE color: 5355197.

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

Color convert

RGB 189 182 81 -
CMYK 0 0.04 0.57 0.26
HSL 56.11º 0.45% 0.53% -
HSV(B) 56.11º 0.57% 0.74% -
XYZ 39.2 44.87 14.38 -
YUV 172.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 189 182 81 0 0.04 0.57 0.26 56.11 0.45 0.53
Hex BD B6 51 0 4 39 1A 38 2D 35
Octal 275 266 121 0 4 71 32 70 55 65
Binary 10111101 10110110 1010001 0 100 111001 11010 111000 101101 110101

Color Harmonies of #BDB651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB651

Black with #BDB651

Text Example


Text Example

White with #BDB651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB651; }

 p { color: rgb(189,182,81); }

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

background-color css

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

 a { background-color: rgb(189,182,81); }

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

border-color css

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

 span { border-color: rgb(189,182,81); }

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