Html Css Color HEX #BECA3E Las Palmas

📋 copy color: '#BECA3E'

red 190 ◦ green 202 ◦ blue 62

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

Shades of Las Palmas #BECA3E

Tints of Las Palmas #BECA3E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.49%

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

R = 41.85%
G = 44.49%
B = 13.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#BECA3E (or 0xBECA3E) is known color: Las Palmas. HEX triplet: BE, CA and 3E. RGB value is (190,202,62). Sum of RGB (Red+Green+Blue) = 190+202+62=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECA3E is #4135C1. Grayscale: #B7B7B7. Windows color (decimal): -4273602 or 4115134. OLE color: 4115134.

HSL color Cylindrical-coordinate representation of color #BECA3E: hue angle of 65.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BECA3E is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 62 -
CMYK 0.06 0 0.69 0.21
HSL 65.14º 0.57% 0.52% -
HSV(B) 65.14º 0.69% 0.79% -
XYZ 43.23 53.54 12.61 -
YUV 182.45 60.02 133.38 -
System Red Green Blue C M Y K H S L
Decimal 190 202 62 0.06 0 0.69 0.21 65.14 0.57 0.52
Hex BE CA 3E 6 0 45 15 41 39 34
Octal 276 312 76 6 0 105 25 101 71 64
Binary 10111110 11001010 111110 110 0 1000101 10101 1000001 111001 110100

Color Harmonies of #BECA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA3E

Black with #BECA3E

Text Example


Text Example

White with #BECA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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