Html Css Color HEX #BECE3E Las Palmas

📋 copy color: '#BECE3E'

red 190 ◦ green 206 ◦ blue 62

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

Shades of Las Palmas #BECE3E

Tints of Las Palmas #BECE3E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.98%

 BLUE value IS 62 (24.61% from 255) = 13.54%

R = 41.48%
G = 44.98%
B = 13.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#BECE3E (or 0xBECE3E) is known color: Las Palmas. HEX triplet: BE, CE and 3E. RGB value is (190,206,62). Sum of RGB (Red+Green+Blue) = 190+206+62=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE3E is #4131C1. Grayscale: #B9B9B9. Windows color (decimal): -4272578 or 4116158. OLE color: 4116158.

HSL color Cylindrical-coordinate representation of color #BECE3E: hue angle of 66.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BECE3E is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 62 -
CMYK 0.08 0 0.70 0.19
HSL 66.67º 0.6% 0.53% -
HSV(B) 66.67º 0.7% 0.81% -
XYZ 44.18 55.44 12.93 -
YUV 184.8 58.7 131.71 -
System Red Green Blue C M Y K H S L
Decimal 190 206 62 0.08 0 0.70 0.19 66.67 0.6 0.53
Hex BE CE 3E 8 0 46 13 43 3C 35
Octal 276 316 76 10 0 106 23 103 74 65
Binary 10111110 11001110 111110 1000 0 1000110 10011 1000011 111100 110101

Color Harmonies of #BECE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE3E

Black with #BECE3E

Text Example


Text Example

White with #BECE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE3E; }

 p { color: rgb(190,206,62); }

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

background-color css

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

 a { background-color: rgb(190,206,62); }

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

border-color css

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

 span { border-color: rgb(190,206,62); }

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