Html Css Color HEX #B4B730 Earls Green

📋 copy color: '#B4B730'

red 180 ◦ green 183 ◦ blue 48

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

Shades of Earls Green #B4B730

Tints of Earls Green #B4B730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.68%

R = 43.8%
G = 44.53%
B = 11.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B4B730 (or 0xB4B730) is known color: Earls Green. HEX triplet: B4, B7 and 30. RGB value is (180,183,48). Sum of RGB (Red+Green+Blue) = 180+183+48=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B730 is #4B48CF. Grayscale: #A7A7A7. Windows color (decimal): -4933840 or 3192756. OLE color: 3192756.

HSL color Cylindrical-coordinate representation of color #B4B730: hue angle of 61.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4B730 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 183 48 -
CMYK 0.02 0 0.74 0.28
HSL 61.33º 0.58% 0.45% -
HSV(B) 61.33º 0.74% 0.72% -
XYZ 36.29 43.78 9.33 -
YUV 166.71 61.01 137.48 -
System Red Green Blue C M Y K H S L
Decimal 180 183 48 0.02 0 0.74 0.28 61.33 0.58 0.45
Hex B4 B7 30 2 0 4A 1C 3D 3A 2D
Octal 264 267 60 2 0 112 34 75 72 55
Binary 10110100 10110111 110000 10 0 1001010 11100 111101 111010 101101

Color Harmonies of #B4B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B730

Black with #B4B730

Text Example


Text Example

White with #B4B730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B730; }

 p { color: rgb(180,183,48); }

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

background-color css

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

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

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

border-color css

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

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

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