Html Css Color HEX #BECB3F Las Palmas

📋 copy color: '#BECB3F'

red 190 ◦ green 203 ◦ blue 63

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

Shades of Las Palmas #BECB3F

Tints of Las Palmas #BECB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.82%

R = 41.67%
G = 44.52%
B = 13.82%

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

#BECB3F (or 0xBECB3F) is known color: Las Palmas. HEX triplet: BE, CB and 3F. RGB value is (190,203,63). Sum of RGB (Red+Green+Blue) = 190+203+63=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECB3F is #4134C0. Grayscale: #B7B7B7. Windows color (decimal): -4273345 or 4180926. OLE color: 4180926.

HSL color Cylindrical-coordinate representation of color #BECB3F: hue angle of 65.57º degrees, saturation: 0.57, 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 #BECB3F is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 63 -
CMYK 0.06 0 0.69 0.20
HSL 65.57º 0.57% 0.52% -
HSV(B) 65.57º 0.69% 0.8% -
XYZ 43.49 54.02 12.84 -
YUV 183.15 60.19 132.88 -
System Red Green Blue C M Y K H S L
Decimal 190 203 63 0.06 0 0.69 0.20 65.57 0.57 0.52
Hex BE CB 3F 6 0 45 14 42 39 34
Octal 276 313 77 6 0 105 24 102 71 64
Binary 10111110 11001011 111111 110 0 1000101 10100 1000010 111001 110100

Color Harmonies of #BECB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB3F

Black with #BECB3F

Text Example


Text Example

White with #BECB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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