Html Css Color HEX #BEB11B Earls Green

📋 copy color: '#BEB11B'

red 190 ◦ green 177 ◦ blue 27

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

Shades of Earls Green #BEB11B

Tints of Earls Green #BEB11B

RGB

 RED value IS 190 (74.61% from 255) = 48.22%

 GREEN value IS 177 (69.53% from 255) = 44.92%

 BLUE value IS 27 (10.94% from 255) = 6.85%

R = 48.22%
G = 44.92%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BEB11B (or 0xBEB11B) is known color: Earls Green. HEX triplet: BE, B1 and 1B. RGB value is (190,177,27). Sum of RGB (Red+Green+Blue) = 190+177+27=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB11B is #414EE4. Grayscale: #A4A4A4. Windows color (decimal): -4280037 or 1814974. OLE color: 1814974.

HSL color Cylindrical-coordinate representation of color #BEB11B: hue angle of 55.21º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEB11B is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 27 -
CMYK 0 0.07 0.86 0.25
HSL 55.21º 0.75% 0.43% -
HSV(B) 55.21º 0.86% 0.75% -
XYZ 37.16 42.47 7.28 -
YUV 163.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 190 177 27 0 0.07 0.86 0.25 55.21 0.75 0.43
Hex BE B1 1B 0 7 56 19 37 4B 2B
Octal 276 261 33 0 7 126 31 67 113 53
Binary 10111110 10110001 11011 0 111 1010110 11001 110111 1001011 101011

Color Harmonies of #BEB11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB11B

Black with #BEB11B

Text Example


Text Example

White with #BEB11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB11B; }

 p { color: rgb(190,177,27); }

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

background-color css

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

 a { background-color: rgb(190,177,27); }

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

border-color css

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

 span { border-color: rgb(190,177,27); }

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