Html Css Color HEX #B8B421 Earls Green

📋 copy color: '#B8B421'

red 184 ◦ green 180 ◦ blue 33

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

Shades of Earls Green #B8B421

Tints of Earls Green #B8B421

RGB

 RED value IS 184 (72.27% from 255) = 46.35%

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

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

R = 46.35%
G = 45.34%
B = 8.31%

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

#B8B421 (or 0xB8B421) is known color: Earls Green. HEX triplet: B8, B4 and 21. RGB value is (184,180,33). Sum of RGB (Red+Green+Blue) = 184+180+33=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B421 is #474BDE. Grayscale: #A5A5A5. Windows color (decimal): -4672479 or 2208952. OLE color: 2208952.

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

Color convert

RGB 184 180 33 -
CMYK 0 0.02 0.82 0.28
HSL 58.41º 0.7% 0.43% -
HSV(B) 58.41º 0.82% 0.72% -
XYZ 36.36 42.94 7.81 -
YUV 164.44 53.83 141.95 -
System Red Green Blue C M Y K H S L
Decimal 184 180 33 0 0.02 0.82 0.28 58.41 0.7 0.43
Hex B8 B4 21 0 2 52 1C 3A 46 2B
Octal 270 264 41 0 2 122 34 72 106 53
Binary 10111000 10110100 100001 0 10 1010010 11100 111010 1000110 101011

Color Harmonies of #B8B421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B421

Black with #B8B421

Text Example


Text Example

White with #B8B421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B421; }

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

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

background-color css

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

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

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

border-color css

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

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

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