Html Css Color HEX #B4B427 Earls Green

📋 copy color: '#B4B427'

red 180 ◦ green 180 ◦ blue 39

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

Shades of Earls Green #B4B427

Tints of Earls Green #B4B427

RGB

 RED value IS 180 (70.7% from 255) = 45.11%

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

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

R = 45.11%
G = 45.11%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B4B427 (or 0xB4B427) is known color: Earls Green. HEX triplet: B4, B4 and 27. RGB value is (180,180,39). Sum of RGB (Red+Green+Blue) = 180+180+39=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B427 is #4B4BD8. Grayscale: #A4A4A4. Windows color (decimal): -4934617 or 2602164. OLE color: 2602164.

HSL color Cylindrical-coordinate representation of color #B4B427: hue angle of 60º degrees, saturation: 0.64, 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 #B4B427 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 180 39 -
CMYK 0 0 0.78 0.29
HSL 60º 0.64% 0.43% -
HSV(B) 60º 0.78% 0.71% -
XYZ 35.51 42.49 8.25 -
YUV 163.93 57.5 139.46 -
System Red Green Blue C M Y K H S L
Decimal 180 180 39 0 0 0.78 0.29 60 0.64 0.43
Hex B4 B4 27 0 0 4E 1D 3C 40 2B
Octal 264 264 47 0 0 116 35 74 100 53
Binary 10110100 10110100 100111 0 0 1001110 11101 111100 1000000 101011

Color Harmonies of #B4B427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B427

Black with #B4B427

Text Example


Text Example

White with #B4B427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B427; }

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

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

background-color css

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

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

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

border-color css

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

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

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