Html Css Color HEX #BAD23D Las Palmas

📋 copy color: '#BAD23D'

red 186 ◦ green 210 ◦ blue 61

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

Shades of Las Palmas #BAD23D

Tints of Las Palmas #BAD23D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.95%

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

R = 40.7%
G = 45.95%
B = 13.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#BAD23D (or 0xBAD23D) is known color: Las Palmas. HEX triplet: BA, D2 and 3D. RGB value is (186,210,61). Sum of RGB (Red+Green+Blue) = 186+210+61=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD23D is #452DC2. Grayscale: #BABABA. Windows color (decimal): -4533699 or 4051642. OLE color: 4051642.

HSL color Cylindrical-coordinate representation of color #BAD23D: hue angle of 69.66º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAD23D is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 210 61 -
CMYK 0.11 0 0.71 0.18
HSL 69.66º 0.62% 0.53% -
HSV(B) 69.66º 0.71% 0.82% -
XYZ 44.14 56.87 13.07 -
YUV 185.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 186 210 61 0.11 0 0.71 0.18 69.66 0.62 0.53
Hex BA D2 3D B 0 47 12 46 3E 35
Octal 272 322 75 13 0 107 22 106 76 65
Binary 10111010 11010010 111101 1011 0 1000111 10010 1000110 111110 110101

Color Harmonies of #BAD23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD23D

Black with #BAD23D

Text Example


Text Example

White with #BAD23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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