Html Css Color HEX #BECE3D Las Palmas

📋 copy color: '#BECE3D'

red 190 ◦ green 206 ◦ blue 61

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

Shades of Las Palmas #BECE3D

Tints of Las Palmas #BECE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.35%

R = 41.58%
G = 45.08%
B = 13.35%

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

#BECE3D (or 0xBECE3D) is known color: Las Palmas. HEX triplet: BE, CE and 3D. RGB value is (190,206,61). Sum of RGB (Red+Green+Blue) = 190+206+61=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE3D is #4131C2. Grayscale: #B9B9B9. Windows color (decimal): -4272579 or 4050622. OLE color: 4050622.

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

Color convert

RGB 190 206 61 -
CMYK 0.08 0 0.70 0.19
HSL 66.62º 0.6% 0.52% -
HSV(B) 66.62º 0.7% 0.81% -
XYZ 44.15 55.43 12.79 -
YUV 184.69 58.2 131.79 -
System Red Green Blue C M Y K H S L
Decimal 190 206 61 0.08 0 0.70 0.19 66.62 0.6 0.52
Hex BE CE 3D 8 0 46 13 43 3C 34
Octal 276 316 75 10 0 106 23 103 74 64
Binary 10111110 11001110 111101 1000 0 1000110 10011 1000011 111100 110100

Color Harmonies of #BECE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE3D

Black with #BECE3D

Text Example


Text Example

White with #BECE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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