Html Css Color HEX #BCD23F Las Palmas

📋 copy color: '#BCD23F'

red 188 ◦ green 210 ◦ blue 63

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

Shades of Las Palmas #BCD23F

Tints of Las Palmas #BCD23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.67%

R = 40.78%
G = 45.55%
B = 13.67%

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

#BCD23F (or 0xBCD23F) is known color: Las Palmas. HEX triplet: BC, D2 and 3F. RGB value is (188,210,63). Sum of RGB (Red+Green+Blue) = 188+210+63=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD23F is #432DC0. Grayscale: #BBBBBB. Windows color (decimal): -4402625 or 4182716. OLE color: 4182716.

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

Color convert

RGB 188 210 63 -
CMYK 0.10 0 0.70 0.18
HSL 68.98º 0.62% 0.54% -
HSV(B) 68.98º 0.7% 0.82% -
XYZ 44.68 57.14 13.38 -
YUV 186.66 58.21 128.95 -
System Red Green Blue C M Y K H S L
Decimal 188 210 63 0.10 0 0.70 0.18 68.98 0.62 0.54
Hex BC D2 3F A 0 46 12 45 3E 36
Octal 274 322 77 12 0 106 22 105 76 66
Binary 10111100 11010010 111111 1010 0 1000110 10010 1000101 111110 110110

Color Harmonies of #BCD23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD23F

Black with #BCD23F

Text Example


Text Example

White with #BCD23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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