Html Css Color HEX #BCD33C Las Palmas

📋 copy color: '#BCD33C'

red 188 ◦ green 211 ◦ blue 60

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

Shades of Las Palmas #BCD33C

Tints of Las Palmas #BCD33C

RGB

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

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

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

R = 40.96%
G = 45.97%
B = 13.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#BCD33C (or 0xBCD33C) is known color: Las Palmas. HEX triplet: BC, D3 and 3C. RGB value is (188,211,60). Sum of RGB (Red+Green+Blue) = 188+211+60=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD33C is #432CC3. Grayscale: #BBBBBB. Windows color (decimal): -4402372 or 3986364. OLE color: 3986364.

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

Color convert

RGB 188 211 60 -
CMYK 0.11 0 0.72 0.17
HSL 69.14º 0.63% 0.53% -
HSV(B) 69.14º 0.72% 0.83% -
XYZ 44.85 57.61 13.03 -
YUV 186.91 56.38 128.78 -
System Red Green Blue C M Y K H S L
Decimal 188 211 60 0.11 0 0.72 0.17 69.14 0.63 0.53
Hex BC D3 3C B 0 48 11 45 3F 35
Octal 274 323 74 13 0 110 21 105 77 65
Binary 10111100 11010011 111100 1011 0 1001000 10001 1000101 111111 110101

Color Harmonies of #BCD33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD33C

Black with #BCD33C

Text Example


Text Example

White with #BCD33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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