Html Css Color HEX #BCEA3C Las Palmas

📋 copy color: '#BCEA3C'

red 188 ◦ green 234 ◦ blue 60

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

Shades of Las Palmas #BCEA3C

Tints of Las Palmas #BCEA3C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.55%

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

R = 39%
G = 48.55%
B = 12.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#BCEA3C (or 0xBCEA3C) is known color: Las Palmas. HEX triplet: BC, EA and 3C. RGB value is (188,234,60). Sum of RGB (Red+Green+Blue) = 188+234+60=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEA3C is #4315C3. Grayscale: #C9C9C9. Windows color (decimal): -4396484 or 3992252. OLE color: 3992252.

HSL color Cylindrical-coordinate representation of color #BCEA3C: hue angle of 75.86º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCEA3C is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 60 -
CMYK 0.20 0 0.74 0.08
HSL 75.86º 0.81% 0.58% -
HSV(B) 75.86º 0.74% 0.92% -
XYZ 50.98 69.86 15.07 -
YUV 200.41 48.76 119.15 -
System Red Green Blue C M Y K H S L
Decimal 188 234 60 0.20 0 0.74 0.08 75.86 0.81 0.58
Hex BC EA 3C 14 0 4A 8 4C 51 3A
Octal 274 352 74 24 0 112 10 114 121 72
Binary 10111100 11101010 111100 10100 0 1001010 1000 1001100 1010001 111010

Color Harmonies of #BCEA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA3C

Black with #BCEA3C

Text Example


Text Example

White with #BCEA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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