Html Css Color HEX #BCCE3C Las Palmas

📋 copy color: '#BCCE3C'

red 188 ◦ green 206 ◦ blue 60

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

Shades of Las Palmas #BCCE3C

Tints of Las Palmas #BCCE3C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.37%

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

R = 41.41%
G = 45.37%
B = 13.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#BCCE3C (or 0xBCCE3C) is known color: Las Palmas. HEX triplet: BC, CE and 3C. RGB value is (188,206,60). Sum of RGB (Red+Green+Blue) = 188+206+60=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE3C is #4331C3. Grayscale: #B8B8B8. Windows color (decimal): -4403652 or 3985084. OLE color: 3985084.

HSL color Cylindrical-coordinate representation of color #BCCE3C: hue angle of 67.4º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCCE3C is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 60 -
CMYK 0.09 0 0.71 0.19
HSL 67.4º 0.6% 0.52% -
HSV(B) 67.4º 0.71% 0.81% -
XYZ 43.63 55.16 12.62 -
YUV 183.97 58.04 130.87 -
System Red Green Blue C M Y K H S L
Decimal 188 206 60 0.09 0 0.71 0.19 67.4 0.6 0.52
Hex BC CE 3C 9 0 47 13 43 3C 34
Octal 274 316 74 11 0 107 23 103 74 64
Binary 10111100 11001110 111100 1001 0 1000111 10011 1000011 111100 110100

Color Harmonies of #BCCE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE3C

Black with #BCCE3C

Text Example


Text Example

White with #BCCE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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