Html Css Color HEX #BEB21E Earls Green

📋 copy color: '#BEB21E'

red 190 ◦ green 178 ◦ blue 30

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

Shades of Earls Green #BEB21E

Tints of Earls Green #BEB21E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.72%

 BLUE value IS 30 (12.11% from 255) = 7.54%

R = 47.74%
G = 44.72%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BEB21E (or 0xBEB21E) is known color: Earls Green. HEX triplet: BE, B2 and 1E. RGB value is (190,178,30). Sum of RGB (Red+Green+Blue) = 190+178+30=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB21E is #414DE1. Grayscale: #A5A5A5. Windows color (decimal): -4279778 or 2011838. OLE color: 2011838.

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

Color convert

RGB 190 178 30 -
CMYK 0 0.06 0.84 0.25
HSL 55.5º 0.73% 0.43% -
HSV(B) 55.5º 0.84% 0.75% -
XYZ 37.39 42.88 7.53 -
YUV 164.72 51.98 146.03 -
System Red Green Blue C M Y K H S L
Decimal 190 178 30 0 0.06 0.84 0.25 55.5 0.73 0.43
Hex BE B2 1E 0 6 54 19 38 49 2B
Octal 276 262 36 0 6 124 31 70 111 53
Binary 10111110 10110010 11110 0 110 1010100 11001 111000 1001001 101011

Color Harmonies of #BEB21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB21E

Black with #BEB21E

Text Example


Text Example

White with #BEB21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB21E; }

 p { color: rgb(190,178,30); }

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

background-color css

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

 a { background-color: rgb(190,178,30); }

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

border-color css

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

 span { border-color: rgb(190,178,30); }

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