Html Css Color HEX #BCD93E Las Palmas

📋 copy color: '#BCD93E'

red 188 ◦ green 217 ◦ blue 62

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

Shades of Las Palmas #BCD93E

Tints of Las Palmas #BCD93E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.47%

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

R = 40.26%
G = 46.47%
B = 13.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#BCD93E (or 0xBCD93E) is known color: Las Palmas. HEX triplet: BC, D9 and 3E. RGB value is (188,217,62). Sum of RGB (Red+Green+Blue) = 188+217+62=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD93E is #4326C1. Grayscale: #BFBFBF. Windows color (decimal): -4400834 or 4118972. OLE color: 4118972.

HSL color Cylindrical-coordinate representation of color #BCD93E: hue angle of 71.23º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCD93E is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 62 -
CMYK 0.13 0 0.71 0.15
HSL 71.23º 0.67% 0.55% -
HSV(B) 71.23º 0.71% 0.85% -
XYZ 46.42 60.66 13.82 -
YUV 190.66 55.39 126.1 -
System Red Green Blue C M Y K H S L
Decimal 188 217 62 0.13 0 0.71 0.15 71.23 0.67 0.55
Hex BC D9 3E D 0 47 F 47 43 37
Octal 274 331 76 15 0 107 17 107 103 67
Binary 10111100 11011001 111110 1101 0 1000111 1111 1000111 1000011 110111

Color Harmonies of #BCD93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD93E

Black with #BCD93E

Text Example


Text Example

White with #BCD93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD93E; }

 p { color: rgb(188,217,62); }

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

background-color css

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

 a { background-color: rgb(188,217,62); }

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

border-color css

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

 span { border-color: rgb(188,217,62); }

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