Html Css Color HEX #BECB3E Las Palmas

📋 copy color: '#BECB3E'

red 190 ◦ green 203 ◦ blue 62

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

Shades of Las Palmas #BECB3E

Tints of Las Palmas #BECB3E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.62%

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

R = 41.76%
G = 44.62%
B = 13.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#BECB3E (or 0xBECB3E) is known color: Las Palmas. HEX triplet: BE, CB and 3E. RGB value is (190,203,62). Sum of RGB (Red+Green+Blue) = 190+203+62=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECB3E is #4134C1. Grayscale: #B7B7B7. Windows color (decimal): -4273346 or 4115390. OLE color: 4115390.

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

Color convert

RGB 190 203 62 -
CMYK 0.06 0 0.69 0.20
HSL 65.53º 0.58% 0.52% -
HSV(B) 65.53º 0.69% 0.8% -
XYZ 43.46 54.01 12.69 -
YUV 183.04 59.69 132.96 -
System Red Green Blue C M Y K H S L
Decimal 190 203 62 0.06 0 0.69 0.20 65.53 0.58 0.52
Hex BE CB 3E 6 0 45 14 42 3A 34
Octal 276 313 76 6 0 105 24 102 72 64
Binary 10111110 11001011 111110 110 0 1000101 10100 1000010 111010 110100

Color Harmonies of #BECB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB3E

Black with #BECB3E

Text Example


Text Example

White with #BECB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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