Html Css Color HEX #BCD83C Las Palmas

📋 copy color: '#BCD83C'

red 188 ◦ green 216 ◦ blue 60

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

Shades of Las Palmas #BCD83C

Tints of Las Palmas #BCD83C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.55%

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

R = 40.52%
G = 46.55%
B = 12.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#BCD83C (or 0xBCD83C) is known color: Las Palmas. HEX triplet: BC, D8 and 3C. RGB value is (188,216,60). Sum of RGB (Red+Green+Blue) = 188+216+60=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD83C is #4327C3. Grayscale: #BEBEBE. Windows color (decimal): -4401092 or 3987644. OLE color: 3987644.

HSL color Cylindrical-coordinate representation of color #BCD83C: hue angle of 70.77º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCD83C is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 60 -
CMYK 0.13 0 0.72 0.15
HSL 70.77º 0.67% 0.54% -
HSV(B) 70.77º 0.72% 0.85% -
XYZ 46.11 60.13 13.45 -
YUV 189.84 54.72 126.68 -
System Red Green Blue C M Y K H S L
Decimal 188 216 60 0.13 0 0.72 0.15 70.77 0.67 0.54
Hex BC D8 3C D 0 48 F 47 43 36
Octal 274 330 74 15 0 110 17 107 103 66
Binary 10111100 11011000 111100 1101 0 1001000 1111 1000111 1000011 110110

Color Harmonies of #BCD83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD83C

Black with #BCD83C

Text Example


Text Example

White with #BCD83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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