Html Css Color HEX #B5B427 Earls Green

📋 copy color: '#B5B427'

red 181 ◦ green 180 ◦ blue 39

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

Shades of Earls Green #B5B427

Tints of Earls Green #B5B427

RGB

 RED value IS 181 (71.09% from 255) = 45.25%

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

 BLUE value IS 39 (15.63% from 255) = 9.75%

R = 45.25%
G = 45%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B5B427 (or 0xB5B427) is known color: Earls Green. HEX triplet: B5, B4 and 27. RGB value is (181,180,39). Sum of RGB (Red+Green+Blue) = 181+180+39=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B427 is #4A4BD8. Grayscale: #A4A4A4. Windows color (decimal): -4869081 or 2602165. OLE color: 2602165.

HSL color Cylindrical-coordinate representation of color #B5B427: hue angle of 59.58º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5B427 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 180 39 -
CMYK 0 0.01 0.78 0.29
HSL 59.58º 0.65% 0.43% -
HSV(B) 59.58º 0.78% 0.71% -
XYZ 35.74 42.61 8.26 -
YUV 164.23 57.33 139.96 -
System Red Green Blue C M Y K H S L
Decimal 181 180 39 0 0.01 0.78 0.29 59.58 0.65 0.43
Hex B5 B4 27 0 1 4E 1D 3C 41 2B
Octal 265 264 47 0 1 116 35 74 101 53
Binary 10110101 10110100 100111 0 1 1001110 11101 111100 1000001 101011

Color Harmonies of #B5B427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B427

Black with #B5B427

Text Example


Text Example

White with #B5B427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B427; }

 p { color: rgb(181,180,39); }

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

background-color css

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

 a { background-color: rgb(181,180,39); }

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

border-color css

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

 span { border-color: rgb(181,180,39); }

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