Html Css Color HEX #BDB72A Earls Green

📋 copy color: '#BDB72A'

red 189 ◦ green 183 ◦ blue 42

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

Shades of Earls Green #BDB72A

Tints of Earls Green #BDB72A

RGB

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

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

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

R = 45.65%
G = 44.2%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDB72A (or 0xBDB72A) is known color: Earls Green. HEX triplet: BD, B7 and 2A. RGB value is (189,183,42). Sum of RGB (Red+Green+Blue) = 189+183+42=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB72A is #4248D5. Grayscale: #A9A9A9. Windows color (decimal): -4344022 or 2799549. OLE color: 2799549.

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

Color convert

RGB 189 183 42 -
CMYK 0 0.03 0.78 0.26
HSL 57.55º 0.64% 0.45% -
HSV(B) 57.55º 0.78% 0.74% -
XYZ 38.34 44.85 8.83 -
YUV 168.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 189 183 42 0 0.03 0.78 0.26 57.55 0.64 0.45
Hex BD B7 2A 0 3 4E 1A 3A 40 2D
Octal 275 267 52 0 3 116 32 72 100 55
Binary 10111101 10110111 101010 0 11 1001110 11010 111010 1000000 101101

Color Harmonies of #BDB72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB72A

Black with #BDB72A

Text Example


Text Example

White with #BDB72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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