Html Css Color HEX #BECE41 Las Palmas

📋 copy color: '#BECE41'

red 190 ◦ green 206 ◦ blue 65

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

Shades of Las Palmas #BECE41

Tints of Las Palmas #BECE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.1%

R = 41.21%
G = 44.69%
B = 14.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#BECE41 (or 0xBECE41) is known color: Las Palmas. HEX triplet: BE, CE and 41. RGB value is (190,206,65). Sum of RGB (Red+Green+Blue) = 190+206+65=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE41 is #4131BE. Grayscale: #B9B9B9. Windows color (decimal): -4272575 or 4312766. OLE color: 4312766.

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

Color convert

RGB 190 206 65 -
CMYK 0.08 0 0.68 0.19
HSL 66.81º 0.59% 0.53% -
HSV(B) 66.81º 0.68% 0.81% -
XYZ 44.26 55.47 13.38 -
YUV 185.14 60.2 131.46 -
System Red Green Blue C M Y K H S L
Decimal 190 206 65 0.08 0 0.68 0.19 66.81 0.59 0.53
Hex BE CE 41 8 0 44 13 43 3B 35
Octal 276 316 101 10 0 104 23 103 73 65
Binary 10111110 11001110 1000001 1000 0 1000100 10011 1000011 111011 110101

Color Harmonies of #BECE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE41

Black with #BECE41

Text Example


Text Example

White with #BECE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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