Html Css Color HEX #BEB42B Earls Green

📋 copy color: '#BEB42B'

red 190 ◦ green 180 ◦ blue 43

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

Shades of Earls Green #BEB42B

Tints of Earls Green #BEB42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.41%

R = 46%
G = 43.58%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BEB42B (or 0xBEB42B) is known color: Earls Green. HEX triplet: BE, B4 and 2B. RGB value is (190,180,43). Sum of RGB (Red+Green+Blue) = 190+180+43=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB42B is #414BD4. Grayscale: #A7A7A7. Windows color (decimal): -4279253 or 2864318. OLE color: 2864318.

HSL color Cylindrical-coordinate representation of color #BEB42B: hue angle of 55.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEB42B is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 180 43 -
CMYK 0 0.05 0.77 0.25
HSL 55.92º 0.63% 0.46% -
HSV(B) 55.92º 0.77% 0.75% -
XYZ 37.99 43.76 8.73 -
YUV 167.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 190 180 43 0 0.05 0.77 0.25 55.92 0.63 0.46
Hex BE B4 2B 0 5 4D 19 38 3F 2E
Octal 276 264 53 0 5 115 31 70 77 56
Binary 10111110 10110100 101011 0 101 1001101 11001 111000 111111 101110

Color Harmonies of #BEB42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB42B

Black with #BEB42B

Text Example


Text Example

White with #BEB42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB42B; }

 p { color: rgb(190,180,43); }

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

background-color css

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

 a { background-color: rgb(190,180,43); }

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

border-color css

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

 span { border-color: rgb(190,180,43); }

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