Html Css Color HEX #BADE3D Las Palmas

📋 copy color: '#BADE3D'

red 186 ◦ green 222 ◦ blue 61

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

Shades of Las Palmas #BADE3D

Tints of Las Palmas #BADE3D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.33%

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

R = 39.66%
G = 47.33%
B = 13.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#BADE3D (or 0xBADE3D) is known color: Las Palmas. HEX triplet: BA, DE and 3D. RGB value is (186,222,61). Sum of RGB (Red+Green+Blue) = 186+222+61=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE3D is #4521C2. Grayscale: #C1C1C1. Windows color (decimal): -4530627 or 4054714. OLE color: 4054714.

HSL color Cylindrical-coordinate representation of color #BADE3D: hue angle of 73.42º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BADE3D is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 61 -
CMYK 0.16 0 0.73 0.13
HSL 73.42º 0.71% 0.55% -
HSV(B) 73.42º 0.73% 0.87% -
XYZ 47.21 63.02 14.09 -
YUV 192.88 53.57 123.09 -
System Red Green Blue C M Y K H S L
Decimal 186 222 61 0.16 0 0.73 0.13 73.42 0.71 0.55
Hex BA DE 3D 10 0 49 D 49 47 37
Octal 272 336 75 20 0 111 15 111 107 67
Binary 10111010 11011110 111101 10000 0 1001001 1101 1001001 1000111 110111

Color Harmonies of #BADE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE3D

Black with #BADE3D

Text Example


Text Example

White with #BADE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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