Html Css Color HEX #BDB421 Earls Green

📋 copy color: '#BDB421'

red 189 ◦ green 180 ◦ blue 33

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

Shades of Earls Green #BDB421

Tints of Earls Green #BDB421

RGB

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

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

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

R = 47.01%
G = 44.78%
B = 8.21%

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

#BDB421 (or 0xBDB421) is known color: Earls Green. HEX triplet: BD, B4 and 21. RGB value is (189,180,33). Sum of RGB (Red+Green+Blue) = 189+180+33=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB421 is #424BDE. Grayscale: #A6A6A6. Windows color (decimal): -4344799 or 2208957. OLE color: 2208957.

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

Color convert

RGB 189 180 33 -
CMYK 0 0.05 0.83 0.26
HSL 56.54º 0.7% 0.44% -
HSV(B) 56.54º 0.83% 0.74% -
XYZ 37.58 43.57 7.87 -
YUV 165.93 52.98 144.45 -
System Red Green Blue C M Y K H S L
Decimal 189 180 33 0 0.05 0.83 0.26 56.54 0.7 0.44
Hex BD B4 21 0 5 53 1A 39 46 2C
Octal 275 264 41 0 5 123 32 71 106 54
Binary 10111101 10110100 100001 0 101 1010011 11010 111001 1000110 101100

Color Harmonies of #BDB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB421

Black with #BDB421

Text Example


Text Example

White with #BDB421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB421; }

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

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

background-color css

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

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

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

border-color css

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

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

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