Html Css Color HEX #BCED3C Las Palmas

📋 copy color: '#BCED3C'

red 188 ◦ green 237 ◦ blue 60

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

Shades of Las Palmas #BCED3C

Tints of Las Palmas #BCED3C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.87%

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

R = 38.76%
G = 48.87%
B = 12.37%

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

#BCED3C (or 0xBCED3C) is known color: Las Palmas. HEX triplet: BC, ED and 3C. RGB value is (188,237,60). Sum of RGB (Red+Green+Blue) = 188+237+60=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED3C is #4312C3. Grayscale: #CACACA. Windows color (decimal): -4395716 or 3993020. OLE color: 3993020.

HSL color Cylindrical-coordinate representation of color #BCED3C: hue angle of 76.61º degrees, saturation: 0.83, 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 #BCED3C is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 60 -
CMYK 0.21 0 0.75 0.07
HSL 76.61º 0.83% 0.58% -
HSV(B) 76.61º 0.75% 0.93% -
XYZ 51.84 71.59 15.36 -
YUV 202.17 47.77 117.89 -
System Red Green Blue C M Y K H S L
Decimal 188 237 60 0.21 0 0.75 0.07 76.61 0.83 0.58
Hex BC ED 3C 15 0 4B 7 4D 53 3A
Octal 274 355 74 25 0 113 7 115 123 72
Binary 10111100 11101101 111100 10101 0 1001011 111 1001101 1010011 111010

Color Harmonies of #BCED3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED3C

Black with #BCED3C

Text Example


Text Example

White with #BCED3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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