Html Css Color HEX #BDB321 Earls Green

📋 copy color: '#BDB321'

red 189 ◦ green 179 ◦ blue 33

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

Shades of Earls Green #BDB321

Tints of Earls Green #BDB321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.23%

R = 47.13%
G = 44.64%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDB321 (or 0xBDB321) is known color: Earls Green. HEX triplet: BD, B3 and 21. RGB value is (189,179,33). Sum of RGB (Red+Green+Blue) = 189+179+33=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB321 is #424CDE. Grayscale: #A5A5A5. Windows color (decimal): -4345055 or 2208701. OLE color: 2208701.

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

Color convert

RGB 189 179 33 -
CMYK 0 0.05 0.83 0.26
HSL 56.15º 0.7% 0.44% -
HSV(B) 56.15º 0.83% 0.74% -
XYZ 37.38 43.17 7.8 -
YUV 165.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 189 179 33 0 0.05 0.83 0.26 56.15 0.7 0.44
Hex BD B3 21 0 5 53 1A 38 46 2C
Octal 275 263 41 0 5 123 32 70 106 54
Binary 10111101 10110011 100001 0 101 1010011 11010 111000 1000110 101100

Color Harmonies of #BDB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB321

Black with #BDB321

Text Example


Text Example

White with #BDB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB321; }

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

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

background-color css

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

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

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

border-color css

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

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

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