Html Css Color HEX #BDB64B Olive Green

📋 copy color: '#BDB64B'

red 189 ◦ green 182 ◦ blue 75

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

Shades of Olive Green #BDB64B

Tints of Olive Green #BDB64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.82%

R = 42.38%
G = 40.81%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BDB64B (or 0xBDB64B) is known color: Olive Green. HEX triplet: BD, B6 and 4B. RGB value is (189,182,75). Sum of RGB (Red+Green+Blue) = 189+182+75=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB64B is #4249B4. Grayscale: #ACACAC. Windows color (decimal): -4344245 or 4961981. OLE color: 4961981.

HSL color Cylindrical-coordinate representation of color #BDB64B: hue angle of 56.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDB64B is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 75 -
CMYK 0 0.04 0.60 0.26
HSL 56.32º 0.46% 0.52% -
HSV(B) 56.32º 0.6% 0.74% -
XYZ 38.98 44.78 13.25 -
YUV 171.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 189 182 75 0 0.04 0.60 0.26 56.32 0.46 0.52
Hex BD B6 4B 0 4 3C 1A 38 2E 34
Octal 275 266 113 0 4 74 32 70 56 64
Binary 10111101 10110110 1001011 0 100 111100 11010 111000 101110 110100

Color Harmonies of #BDB64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB64B

Black with #BDB64B

Text Example


Text Example

White with #BDB64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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