Html Css Color HEX #B8B01D Earls Green

📋 copy color: '#B8B01D'

red 184 ◦ green 176 ◦ blue 29

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

Shades of Earls Green #B8B01D

Tints of Earls Green #B8B01D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.24%

 BLUE value IS 29 (11.72% from 255) = 7.46%

R = 47.3%
G = 45.24%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8B01D (or 0xB8B01D) is known color: Earls Green. HEX triplet: B8, B0 and 1D. RGB value is (184,176,29). Sum of RGB (Red+Green+Blue) = 184+176+29=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B01D is #474FE2. Grayscale: #A2A2A2. Windows color (decimal): -4673507 or 1945784. OLE color: 1945784.

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

Color convert

RGB 184 176 29 -
CMYK 0 0.04 0.84 0.28
HSL 56.9º 0.73% 0.42% -
HSV(B) 56.9º 0.84% 0.72% -
XYZ 35.51 41.33 7.27 -
YUV 161.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 184 176 29 0 0.04 0.84 0.28 56.9 0.73 0.42
Hex B8 B0 1D 0 4 54 1C 39 49 2A
Octal 270 260 35 0 4 124 34 71 111 52
Binary 10111000 10110000 11101 0 100 1010100 11100 111001 1001001 101010

Color Harmonies of #B8B01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B01D

Black with #B8B01D

Text Example


Text Example

White with #B8B01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B01D; }

 p { color: rgb(184,176,29); }

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

background-color css

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

 a { background-color: rgb(184,176,29); }

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

border-color css

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

 span { border-color: rgb(184,176,29); }

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