Html Css Color HEX #B0AD29 Earls Green

📋 copy color: '#B0AD29'

red 176 ◦ green 173 ◦ blue 41

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

Shades of Earls Green #B0AD29

Tints of Earls Green #B0AD29

RGB

 RED value IS 176 (69.14% from 255) = 45.13%

 GREEN value IS 173 (67.97% from 255) = 44.36%

 BLUE value IS 41 (16.41% from 255) = 10.51%

R = 45.13%
G = 44.36%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B0AD29 (or 0xB0AD29) is known color: Earls Green. HEX triplet: B0, AD and 29. RGB value is (176,173,41). Sum of RGB (Red+Green+Blue) = 176+173+41=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD29 is #4F52D6. Grayscale: #9F9F9F. Windows color (decimal): -5198551 or 2731440. OLE color: 2731440.

HSL color Cylindrical-coordinate representation of color #B0AD29: hue angle of 58.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0AD29 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 173 41 -
CMYK 0 0.02 0.77 0.31
HSL 58.67º 0.62% 0.43% -
HSV(B) 58.67º 0.77% 0.69% -
XYZ 33.25 39.28 7.93 -
YUV 158.85 61.49 140.23 -
System Red Green Blue C M Y K H S L
Decimal 176 173 41 0 0.02 0.77 0.31 58.67 0.62 0.43
Hex B0 AD 29 0 2 4D 1F 3B 3E 2B
Octal 260 255 51 0 2 115 37 73 76 53
Binary 10110000 10101101 101001 0 10 1001101 11111 111011 111110 101011

Color Harmonies of #B0AD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD29

Black with #B0AD29

Text Example


Text Example

White with #B0AD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD29; }

 p { color: rgb(176,173,41); }

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

background-color css

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

 a { background-color: rgb(176,173,41); }

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

border-color css

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

 span { border-color: rgb(176,173,41); }

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