Html Css Color HEX #BCD041 Las Palmas

📋 copy color: '#BCD041'

red 188 ◦ green 208 ◦ blue 65

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

Shades of Las Palmas #BCD041

Tints of Las Palmas #BCD041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.1%

R = 40.78%
G = 45.12%
B = 14.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#BCD041 (or 0xBCD041) is known color: Las Palmas. HEX triplet: BC, D0 and 41. RGB value is (188,208,65). Sum of RGB (Red+Green+Blue) = 188+208+65=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD041 is #432FBE. Grayscale: #BABABA. Windows color (decimal): -4403135 or 4313276. OLE color: 4313276.

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

Color convert

RGB 188 208 65 -
CMYK 0.10 0 0.69 0.18
HSL 68.39º 0.6% 0.54% -
HSV(B) 68.39º 0.69% 0.82% -
XYZ 44.25 56.18 13.51 -
YUV 185.72 59.87 129.63 -
System Red Green Blue C M Y K H S L
Decimal 188 208 65 0.10 0 0.69 0.18 68.39 0.6 0.54
Hex BC D0 41 A 0 45 12 44 3C 36
Octal 274 320 101 12 0 105 22 104 74 66
Binary 10111100 11010000 1000001 1010 0 1000101 10010 1000100 111100 110110

Color Harmonies of #BCD041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD041

Black with #BCD041

Text Example


Text Example

White with #BCD041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD041; }

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

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

background-color css

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

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

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

border-color css

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

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

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