Html Css Color HEX #BACE3D Las Palmas

📋 copy color: '#BACE3D'

red 186 ◦ green 206 ◦ blue 61

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

Shades of Las Palmas #BACE3D

Tints of Las Palmas #BACE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.47%

R = 41.06%
G = 45.47%
B = 13.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#BACE3D (or 0xBACE3D) is known color: Las Palmas. HEX triplet: BA, CE and 3D. RGB value is (186,206,61). Sum of RGB (Red+Green+Blue) = 186+206+61=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE3D is #4531C2. Grayscale: #B8B8B8. Windows color (decimal): -4534723 or 4050618. OLE color: 4050618.

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

Color convert

RGB 186 206 61 -
CMYK 0.10 0 0.70 0.19
HSL 68.28º 0.6% 0.52% -
HSV(B) 68.28º 0.7% 0.81% -
XYZ 43.16 54.92 12.74 -
YUV 183.49 58.87 129.79 -
System Red Green Blue C M Y K H S L
Decimal 186 206 61 0.10 0 0.70 0.19 68.28 0.6 0.52
Hex BA CE 3D A 0 46 13 44 3C 34
Octal 272 316 75 12 0 106 23 104 74 64
Binary 10111010 11001110 111101 1010 0 1000110 10011 1000100 111100 110100

Color Harmonies of #BACE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE3D

Black with #BACE3D

Text Example


Text Example

White with #BACE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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