Html Css Color HEX #BEB321 Earls Green

📋 copy color: '#BEB321'

red 190 ◦ green 179 ◦ blue 33

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

Shades of Earls Green #BEB321

Tints of Earls Green #BEB321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.53%

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

R = 47.26%
G = 44.53%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BEB321 (or 0xBEB321) is known color: Earls Green. HEX triplet: BE, B3 and 21. RGB value is (190,179,33). Sum of RGB (Red+Green+Blue) = 190+179+33=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB321 is #414CDE. Grayscale: #A6A6A6. Windows color (decimal): -4279519 or 2208702. OLE color: 2208702.

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

Color convert

RGB 190 179 33 -
CMYK 0 0.06 0.83 0.25
HSL 55.8º 0.7% 0.44% -
HSV(B) 55.8º 0.83% 0.75% -
XYZ 37.63 43.3 7.81 -
YUV 165.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 190 179 33 0 0.06 0.83 0.25 55.8 0.7 0.44
Hex BE B3 21 0 6 53 19 38 46 2C
Octal 276 263 41 0 6 123 31 70 106 54
Binary 10111110 10110011 100001 0 110 1010011 11001 111000 1000110 101100

Color Harmonies of #BEB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB321

Black with #BEB321

Text Example


Text Example

White with #BEB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB321; }

 p { color: rgb(190,179,33); }

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

background-color css

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

 a { background-color: rgb(190,179,33); }

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

border-color css

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

 span { border-color: rgb(190,179,33); }

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