Html Css Color HEX #BDB721 Earls Green

📋 copy color: '#BDB721'

red 189 ◦ green 183 ◦ blue 33

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

Shades of Earls Green #BDB721

Tints of Earls Green #BDB721

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.19%

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

R = 46.67%
G = 45.19%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDB721 (or 0xBDB721) is known color: Earls Green. HEX triplet: BD, B7 and 21. RGB value is (189,183,33). Sum of RGB (Red+Green+Blue) = 189+183+33=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB721 is #4248DE. Grayscale: #A8A8A8. Windows color (decimal): -4344031 or 2209725. OLE color: 2209725.

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

Color convert

RGB 189 183 33 -
CMYK 0 0.03 0.83 0.26
HSL 57.69º 0.7% 0.44% -
HSV(B) 57.69º 0.83% 0.74% -
XYZ 38.19 44.8 8.07 -
YUV 167.69 51.99 143.2 -
System Red Green Blue C M Y K H S L
Decimal 189 183 33 0 0.03 0.83 0.26 57.69 0.7 0.44
Hex BD B7 21 0 3 53 1A 3A 46 2C
Octal 275 267 41 0 3 123 32 72 106 54
Binary 10111101 10110111 100001 0 11 1010011 11010 111010 1000110 101100

Color Harmonies of #BDB721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB721

Black with #BDB721

Text Example


Text Example

White with #BDB721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB721; }

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

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

background-color css

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

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

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

border-color css

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

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

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