Html Css Color HEX #BCCD3C Las Palmas

📋 copy color: '#BCCD3C'

red 188 ◦ green 205 ◦ blue 60

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

Shades of Las Palmas #BCCD3C

Tints of Las Palmas #BCCD3C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.25%

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

R = 41.5%
G = 45.25%
B = 13.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#BCCD3C (or 0xBCCD3C) is known color: Las Palmas. HEX triplet: BC, CD and 3C. RGB value is (188,205,60). Sum of RGB (Red+Green+Blue) = 188+205+60=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD3C is #4332C3. Grayscale: #B7B7B7. Windows color (decimal): -4403908 or 3984828. OLE color: 3984828.

HSL color Cylindrical-coordinate representation of color #BCCD3C: hue angle of 67.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCCD3C is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 60 -
CMYK 0.08 0 0.71 0.20
HSL 67.03º 0.59% 0.52% -
HSV(B) 67.03º 0.71% 0.8% -
XYZ 43.39 54.68 12.54 -
YUV 183.39 58.37 131.29 -
System Red Green Blue C M Y K H S L
Decimal 188 205 60 0.08 0 0.71 0.20 67.03 0.59 0.52
Hex BC CD 3C 8 0 47 14 43 3B 34
Octal 274 315 74 10 0 107 24 103 73 64
Binary 10111100 11001101 111100 1000 0 1000111 10100 1000011 111011 110100

Color Harmonies of #BCCD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD3C

Black with #BCCD3C

Text Example


Text Example

White with #BCCD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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