Html Css Color HEX #BEBA2A Earls Green

📋 copy color: '#BEBA2A'

red 190 ◦ green 186 ◦ blue 42

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

Shades of Earls Green #BEBA2A

Tints of Earls Green #BEBA2A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

 BLUE value IS 42 (16.8% from 255) = 10.05%

R = 45.45%
G = 44.5%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BEBA2A (or 0xBEBA2A) is known color: Earls Green. HEX triplet: BE, BA and 2A. RGB value is (190,186,42). Sum of RGB (Red+Green+Blue) = 190+186+42=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA2A is #4145D5. Grayscale: #ABABAB. Windows color (decimal): -4277718 or 2800318. OLE color: 2800318.

HSL color Cylindrical-coordinate representation of color #BEBA2A: hue angle of 58.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEBA2A is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 42 -
CMYK 0 0.02 0.78 0.25
HSL 58.38º 0.64% 0.45% -
HSV(B) 58.38º 0.78% 0.75% -
XYZ 39.21 46.23 9.05 -
YUV 170.78 55.33 141.71 -
System Red Green Blue C M Y K H S L
Decimal 190 186 42 0 0.02 0.78 0.25 58.38 0.64 0.45
Hex BE BA 2A 0 2 4E 19 3A 40 2D
Octal 276 272 52 0 2 116 31 72 100 55
Binary 10111110 10111010 101010 0 10 1001110 11001 111010 1000000 101101

Color Harmonies of #BEBA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA2A

Black with #BEBA2A

Text Example


Text Example

White with #BEBA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA2A; }

 p { color: rgb(190,186,42); }

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

background-color css

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

 a { background-color: rgb(190,186,42); }

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

border-color css

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

 span { border-color: rgb(190,186,42); }

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