Html Css Color HEX #BDB45B Olive Green

📋 copy color: '#BDB45B'

red 189 ◦ green 180 ◦ blue 91

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

Shades of Olive Green #BDB45B

Tints of Olive Green #BDB45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.78%

R = 41.09%
G = 39.13%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDB45B (or 0xBDB45B) is known color: Olive Green. HEX triplet: BD, B4 and 5B. RGB value is (189,180,91). Sum of RGB (Red+Green+Blue) = 189+180+91=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB45B is #424BA4. Grayscale: #ACACAC. Windows color (decimal): -4344741 or 6010045. OLE color: 6010045.

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

Color convert

RGB 189 180 91 -
CMYK 0 0.05 0.52 0.26
HSL 54.49º 0.43% 0.55% -
HSV(B) 54.49º 0.52% 0.74% -
XYZ 39.2 44.22 16.37 -
YUV 172.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 189 180 91 0 0.05 0.52 0.26 54.49 0.43 0.55
Hex BD B4 5B 0 5 34 1A 36 2B 37
Octal 275 264 133 0 5 64 32 66 53 67
Binary 10111101 10110100 1011011 0 101 110100 11010 110110 101011 110111

Color Harmonies of #BDB45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB45B

Black with #BDB45B

Text Example


Text Example

White with #BDB45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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