Html Css Color HEX #BCD23E Las Palmas

📋 copy color: '#BCD23E'

red 188 ◦ green 210 ◦ blue 62

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

Shades of Las Palmas #BCD23E

Tints of Las Palmas #BCD23E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.65%

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

R = 40.87%
G = 45.65%
B = 13.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#BCD23E (or 0xBCD23E) is known color: Las Palmas. HEX triplet: BC, D2 and 3E. RGB value is (188,210,62). Sum of RGB (Red+Green+Blue) = 188+210+62=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD23E is #432DC1. Grayscale: #BBBBBB. Windows color (decimal): -4402626 or 4117180. OLE color: 4117180.

HSL color Cylindrical-coordinate representation of color #BCD23E: hue angle of 68.92º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCD23E is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 62 -
CMYK 0.10 0 0.70 0.18
HSL 68.92º 0.62% 0.53% -
HSV(B) 68.92º 0.7% 0.82% -
XYZ 44.66 57.13 13.23 -
YUV 186.55 57.71 129.03 -
System Red Green Blue C M Y K H S L
Decimal 188 210 62 0.10 0 0.70 0.18 68.92 0.62 0.53
Hex BC D2 3E A 0 46 12 45 3E 35
Octal 274 322 76 12 0 106 22 105 76 65
Binary 10111100 11010010 111110 1010 0 1000110 10010 1000101 111110 110101

Color Harmonies of #BCD23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD23E

Black with #BCD23E

Text Example


Text Example

White with #BCD23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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