Html Css Color HEX #BECE3C Las Palmas

📋 copy color: '#BECE3C'

red 190 ◦ green 206 ◦ blue 60

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

Shades of Las Palmas #BECE3C

Tints of Las Palmas #BECE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.16%

R = 41.67%
G = 45.18%
B = 13.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#BECE3C (or 0xBECE3C) is known color: Las Palmas. HEX triplet: BE, CE and 3C. RGB value is (190,206,60). Sum of RGB (Red+Green+Blue) = 190+206+60=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE3C is #4131C3. Grayscale: #B9B9B9. Windows color (decimal): -4272580 or 3985086. OLE color: 3985086.

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

Color convert

RGB 190 206 60 -
CMYK 0.08 0 0.71 0.19
HSL 66.58º 0.6% 0.52% -
HSV(B) 66.58º 0.71% 0.81% -
XYZ 44.12 55.42 12.65 -
YUV 184.57 57.7 131.87 -
System Red Green Blue C M Y K H S L
Decimal 190 206 60 0.08 0 0.71 0.19 66.58 0.6 0.52
Hex BE CE 3C 8 0 47 13 43 3C 34
Octal 276 316 74 10 0 107 23 103 74 64
Binary 10111110 11001110 111100 1000 0 1000111 10011 1000011 111100 110100

Color Harmonies of #BECE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE3C

Black with #BECE3C

Text Example


Text Example

White with #BECE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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