Html Css Color HEX #B7B421 Earls Green

📋 copy color: '#B7B421'

red 183 ◦ green 180 ◦ blue 33

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

Shades of Earls Green #B7B421

Tints of Earls Green #B7B421

RGB

 RED value IS 183 (71.88% from 255) = 46.21%

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

 BLUE value IS 33 (13.28% from 255) = 8.33%

R = 46.21%
G = 45.45%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B7B421 (or 0xB7B421) is known color: Earls Green. HEX triplet: B7, B4 and 21. RGB value is (183,180,33). Sum of RGB (Red+Green+Blue) = 183+180+33=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B421 is #484BDE. Grayscale: #A4A4A4. Windows color (decimal): -4738015 or 2208951. OLE color: 2208951.

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

Color convert

RGB 183 180 33 -
CMYK 0 0.02 0.82 0.28
HSL 58.8º 0.69% 0.42% -
HSV(B) 58.8º 0.82% 0.72% -
XYZ 36.12 42.82 7.8 -
YUV 164.14 53.99 141.45 -
System Red Green Blue C M Y K H S L
Decimal 183 180 33 0 0.02 0.82 0.28 58.8 0.69 0.42
Hex B7 B4 21 0 2 52 1C 3B 45 2A
Octal 267 264 41 0 2 122 34 73 105 52
Binary 10110111 10110100 100001 0 10 1010010 11100 111011 1000101 101010

Color Harmonies of #B7B421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B421

Black with #B7B421

Text Example


Text Example

White with #B7B421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B421; }

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

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

background-color css

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

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

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

border-color css

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

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

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