Html Css Color HEX #BCD341 Las Palmas

📋 copy color: '#BCD341'

red 188 ◦ green 211 ◦ blue 65

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

Shades of Las Palmas #BCD341

Tints of Las Palmas #BCD341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

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

R = 40.52%
G = 45.47%
B = 14.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#BCD341 (or 0xBCD341) is known color: Las Palmas. HEX triplet: BC, D3 and 41. RGB value is (188,211,65). Sum of RGB (Red+Green+Blue) = 188+211+65=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD341 is #432CBE. Grayscale: #BCBCBC. Windows color (decimal): -4402367 or 4314044. OLE color: 4314044.

HSL color Cylindrical-coordinate representation of color #BCD341: hue angle of 69.45º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCD341 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 65 -
CMYK 0.11 0 0.69 0.17
HSL 69.45º 0.62% 0.54% -
HSV(B) 69.45º 0.69% 0.83% -
XYZ 44.99 57.66 13.76 -
YUV 187.48 58.88 128.37 -
System Red Green Blue C M Y K H S L
Decimal 188 211 65 0.11 0 0.69 0.17 69.45 0.62 0.54
Hex BC D3 41 B 0 45 11 45 3E 36
Octal 274 323 101 13 0 105 21 105 76 66
Binary 10111100 11010011 1000001 1011 0 1000101 10001 1000101 111110 110110

Color Harmonies of #BCD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD341

Black with #BCD341

Text Example


Text Example

White with #BCD341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD341; }

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

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

background-color css

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

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

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

border-color css

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

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

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