Html Css Color HEX #BDB42A Earls Green

📋 copy color: '#BDB42A'

red 189 ◦ green 180 ◦ blue 42

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

Shades of Earls Green #BDB42A

Tints of Earls Green #BDB42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.22%

R = 45.99%
G = 43.8%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDB42A (or 0xBDB42A) is known color: Earls Green. HEX triplet: BD, B4 and 2A. RGB value is (189,180,42). Sum of RGB (Red+Green+Blue) = 189+180+42=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB42A is #424BD5. Grayscale: #A7A7A7. Windows color (decimal): -4344790 or 2798781. OLE color: 2798781.

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

Color convert

RGB 189 180 42 -
CMYK 0 0.05 0.78 0.26
HSL 56.33º 0.64% 0.45% -
HSV(B) 56.33º 0.78% 0.74% -
XYZ 37.73 43.63 8.62 -
YUV 166.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 189 180 42 0 0.05 0.78 0.26 56.33 0.64 0.45
Hex BD B4 2A 0 5 4E 1A 38 40 2D
Octal 275 264 52 0 5 116 32 70 100 55
Binary 10111101 10110100 101010 0 101 1001110 11010 111000 1000000 101101

Color Harmonies of #BDB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB42A

Black with #BDB42A

Text Example


Text Example

White with #BDB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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