Html Css Color HEX #BACE3C Las Palmas

📋 copy color: '#BACE3C'

red 186 ◦ green 206 ◦ blue 60

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

Shades of Las Palmas #BACE3C

Tints of Las Palmas #BACE3C

RGB

 RED value IS 186 (73.05% from 255) = 41.15%

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

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

R = 41.15%
G = 45.58%
B = 13.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#BACE3C (or 0xBACE3C) is known color: Las Palmas. HEX triplet: BA, CE and 3C. RGB value is (186,206,60). Sum of RGB (Red+Green+Blue) = 186+206+60=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE3C is #4531C3. Grayscale: #B7B7B7. Windows color (decimal): -4534724 or 3985082. OLE color: 3985082.

HSL color Cylindrical-coordinate representation of color #BACE3C: hue angle of 68.22º 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 #BACE3C is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 60 -
CMYK 0.10 0 0.71 0.19
HSL 68.22º 0.6% 0.52% -
HSV(B) 68.22º 0.71% 0.81% -
XYZ 43.14 54.91 12.6 -
YUV 183.38 58.37 129.87 -
System Red Green Blue C M Y K H S L
Decimal 186 206 60 0.10 0 0.71 0.19 68.22 0.6 0.52
Hex BA CE 3C A 0 47 13 44 3C 34
Octal 272 316 74 12 0 107 23 104 74 64
Binary 10111010 11001110 111100 1010 0 1000111 10011 1000100 111100 110100

Color Harmonies of #BACE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE3C

Black with #BACE3C

Text Example


Text Example

White with #BACE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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