Html Css Color HEX #BECE42 Las Palmas

📋 copy color: '#BECE42'

red 190 ◦ green 206 ◦ blue 66

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

Shades of Las Palmas #BECE42

Tints of Las Palmas #BECE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.29%

R = 41.13%
G = 44.59%
B = 14.29%

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

#BECE42 (or 0xBECE42) is known color: Las Palmas. HEX triplet: BE, CE and 42. RGB value is (190,206,66). Sum of RGB (Red+Green+Blue) = 190+206+66=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE42 is #4131BD. Grayscale: #B9B9B9. Windows color (decimal): -4272574 or 4378302. OLE color: 4378302.

HSL color Cylindrical-coordinate representation of color #BECE42: hue angle of 66.86º 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 #BECE42 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 66 -
CMYK 0.08 0 0.68 0.19
HSL 66.86º 0.59% 0.53% -
HSV(B) 66.86º 0.68% 0.81% -
XYZ 44.29 55.48 13.53 -
YUV 185.26 60.7 131.38 -
System Red Green Blue C M Y K H S L
Decimal 190 206 66 0.08 0 0.68 0.19 66.86 0.59 0.53
Hex BE CE 42 8 0 44 13 43 3B 35
Octal 276 316 102 10 0 104 23 103 73 65
Binary 10111110 11001110 1000010 1000 0 1000100 10011 1000011 111011 110101

Color Harmonies of #BECE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE42

Black with #BECE42

Text Example


Text Example

White with #BECE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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