Html Css Color HEX #BCEE3C Las Palmas

📋 copy color: '#BCEE3C'

red 188 ◦ green 238 ◦ blue 60

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

Shades of Las Palmas #BCEE3C

Tints of Las Palmas #BCEE3C

RGB

 RED value IS 188 (73.83% from 255) = 38.68%

 GREEN value IS 238 (93.36% from 255) = 48.97%

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

R = 38.68%
G = 48.97%
B = 12.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#BCEE3C (or 0xBCEE3C) is known color: Las Palmas. HEX triplet: BC, EE and 3C. RGB value is (188,238,60). Sum of RGB (Red+Green+Blue) = 188+238+60=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEE3C is #4311C3. Grayscale: #CBCBCB. Windows color (decimal): -4395460 or 3993276. OLE color: 3993276.

HSL color Cylindrical-coordinate representation of color #BCEE3C: hue angle of 76.85º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCEE3C is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 60 -
CMYK 0.21 0 0.75 0.07
HSL 76.85º 0.84% 0.58% -
HSV(B) 76.85º 0.75% 0.93% -
XYZ 52.13 72.17 15.46 -
YUV 202.76 47.44 117.47 -
System Red Green Blue C M Y K H S L
Decimal 188 238 60 0.21 0 0.75 0.07 76.85 0.84 0.58
Hex BC EE 3C 15 0 4B 7 4D 54 3A
Octal 274 356 74 25 0 113 7 115 124 72
Binary 10111100 11101110 111100 10101 0 1001011 111 1001101 1010100 111010

Color Harmonies of #BCEE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE3C

Black with #BCEE3C

Text Example


Text Example

White with #BCEE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE3C; }

 p { color: rgb(188,238,60); }

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

background-color css

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

 a { background-color: rgb(188,238,60); }

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

border-color css

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

 span { border-color: rgb(188,238,60); }

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