Html Css Color HEX #BCD03C Las Palmas

📋 copy color: '#BCD03C'

red 188 ◦ green 208 ◦ blue 60

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

Shades of Las Palmas #BCD03C

Tints of Las Palmas #BCD03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.61%

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

R = 41.23%
G = 45.61%
B = 13.16%

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

#BCD03C (or 0xBCD03C) is known color: Las Palmas. HEX triplet: BC, D0 and 3C. RGB value is (188,208,60). Sum of RGB (Red+Green+Blue) = 188+208+60=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD03C is #432FC3. Grayscale: #B9B9B9. Windows color (decimal): -4403140 or 3985596. OLE color: 3985596.

HSL color Cylindrical-coordinate representation of color #BCD03C: hue angle of 68.11º degrees, saturation: 0.61, 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 #BCD03C is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 60 -
CMYK 0.10 0 0.71 0.18
HSL 68.11º 0.61% 0.53% -
HSV(B) 68.11º 0.71% 0.82% -
XYZ 44.11 56.13 12.78 -
YUV 185.15 57.37 130.03 -
System Red Green Blue C M Y K H S L
Decimal 188 208 60 0.10 0 0.71 0.18 68.11 0.61 0.53
Hex BC D0 3C A 0 47 12 44 3D 35
Octal 274 320 74 12 0 107 22 104 75 65
Binary 10111100 11010000 111100 1010 0 1000111 10010 1000100 111101 110101

Color Harmonies of #BCD03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD03C

Black with #BCD03C

Text Example


Text Example

White with #BCD03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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