Html Css Color HEX #BCDC38 Las Palmas

📋 copy color: '#BCDC38'

red 188 ◦ green 220 ◦ blue 56

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

Shades of Las Palmas #BCDC38

Tints of Las Palmas #BCDC38

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

 BLUE value IS 56 (22.27% from 255) = 12.07%

R = 40.52%
G = 47.41%
B = 12.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#BCDC38 (or 0xBCDC38) is known color: Las Palmas. HEX triplet: BC, DC and 38. RGB value is (188,220,56). Sum of RGB (Red+Green+Blue) = 188+220+56=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC38 is #4323C7. Grayscale: #C0C0C0. Windows color (decimal): -4400072 or 3726524. OLE color: 3726524.

HSL color Cylindrical-coordinate representation of color #BCDC38: hue angle of 71.71º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCDC38 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 56 -
CMYK 0.15 0 0.75 0.14
HSL 71.71º 0.7% 0.54% -
HSV(B) 71.71º 0.75% 0.86% -
XYZ 47.05 62.16 13.26 -
YUV 191.74 51.4 125.34 -
System Red Green Blue C M Y K H S L
Decimal 188 220 56 0.15 0 0.75 0.14 71.71 0.7 0.54
Hex BC DC 38 F 0 4B E 48 46 36
Octal 274 334 70 17 0 113 16 110 106 66
Binary 10111100 11011100 111000 1111 0 1001011 1110 1001000 1000110 110110

Color Harmonies of #BCDC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC38

Black with #BCDC38

Text Example


Text Example

White with #BCDC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC38; }

 p { color: rgb(188,220,56); }

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

background-color css

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

 a { background-color: rgb(188,220,56); }

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

border-color css

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

 span { border-color: rgb(188,220,56); }

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