Html Css Color HEX #BEEA2C Las Palmas

📋 copy color: '#BEEA2C'

red 190 ◦ green 234 ◦ blue 44

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

Shades of Las Palmas #BEEA2C

Tints of Las Palmas #BEEA2C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50%

 BLUE value IS 44 (17.58% from 255) = 9.4%

R = 40.6%
G = 50%
B = 9.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#BEEA2C (or 0xBEEA2C) is known color: Las Palmas. HEX triplet: BE, EA and 2C. RGB value is (190,234,44). Sum of RGB (Red+Green+Blue) = 190+234+44=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEA2C is #4115D3. Grayscale: #C7C7C7. Windows color (decimal): -4265428 or 2943678. OLE color: 2943678.

HSL color Cylindrical-coordinate representation of color #BEEA2C: hue angle of 73.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEEA2C is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 44 -
CMYK 0.19 0 0.81 0.08
HSL 73.89º 0.82% 0.55% -
HSV(B) 73.89º 0.81% 0.92% -
XYZ 51.11 69.97 13.2 -
YUV 199.18 40.42 121.45 -
System Red Green Blue C M Y K H S L
Decimal 190 234 44 0.19 0 0.81 0.08 73.89 0.82 0.55
Hex BE EA 2C 13 0 51 8 4A 52 37
Octal 276 352 54 23 0 121 10 112 122 67
Binary 10111110 11101010 101100 10011 0 1010001 1000 1001010 1010010 110111

Color Harmonies of #BEEA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEA2C

Black with #BEEA2C

Text Example


Text Example

White with #BEEA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEA2C; }

 p { color: rgb(190,234,44); }

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

background-color css

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

 a { background-color: rgb(190,234,44); }

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

border-color css

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

 span { border-color: rgb(190,234,44); }

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