Html Css Color HEX #BCD23C Las Palmas

📋 copy color: '#BCD23C'

red 188 ◦ green 210 ◦ blue 60

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

Shades of Las Palmas #BCD23C

Tints of Las Palmas #BCD23C

RGB

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

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

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

R = 41.05%
G = 45.85%
B = 13.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#BCD23C (or 0xBCD23C) is known color: Las Palmas. HEX triplet: BC, D2 and 3C. RGB value is (188,210,60). Sum of RGB (Red+Green+Blue) = 188+210+60=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD23C is #432DC3. Grayscale: #BABABA. Windows color (decimal): -4402628 or 3986108. OLE color: 3986108.

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

Color convert

RGB 188 210 60 -
CMYK 0.10 0 0.71 0.18
HSL 68.8º 0.63% 0.53% -
HSV(B) 68.8º 0.71% 0.82% -
XYZ 44.6 57.11 12.95 -
YUV 186.32 56.71 129.2 -
System Red Green Blue C M Y K H S L
Decimal 188 210 60 0.10 0 0.71 0.18 68.8 0.63 0.53
Hex BC D2 3C A 0 47 12 45 3E 35
Octal 274 322 74 12 0 107 22 105 76 65
Binary 10111100 11010010 111100 1010 0 1000111 10010 1000101 111110 110101

Color Harmonies of #BCD23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD23C

Black with #BCD23C

Text Example


Text Example

White with #BCD23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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