Html Css Color HEX #BADB3E Las Palmas

📋 copy color: '#BADB3E'

red 186 ◦ green 219 ◦ blue 62

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

Shades of Las Palmas #BADB3E

Tints of Las Palmas #BADB3E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.9%

 BLUE value IS 62 (24.61% from 255) = 13.28%

R = 39.83%
G = 46.9%
B = 13.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#BADB3E (or 0xBADB3E) is known color: Las Palmas. HEX triplet: BA, DB and 3E. RGB value is (186,219,62). Sum of RGB (Red+Green+Blue) = 186+219+62=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB3E is #4524C1. Grayscale: #BFBFBF. Windows color (decimal): -4531394 or 4119482. OLE color: 4119482.

HSL color Cylindrical-coordinate representation of color #BADB3E: hue angle of 72.61º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BADB3E is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 62 -
CMYK 0.15 0 0.72 0.14
HSL 72.61º 0.69% 0.55% -
HSV(B) 72.61º 0.72% 0.86% -
XYZ 46.45 61.45 13.97 -
YUV 191.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 186 219 62 0.15 0 0.72 0.14 72.61 0.69 0.55
Hex BA DB 3E F 0 48 E 49 45 37
Octal 272 333 76 17 0 110 16 111 105 67
Binary 10111010 11011011 111110 1111 0 1001000 1110 1001001 1000101 110111

Color Harmonies of #BADB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB3E

Black with #BADB3E

Text Example


Text Example

White with #BADB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB3E; }

 p { color: rgb(186,219,62); }

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

background-color css

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

 a { background-color: rgb(186,219,62); }

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

border-color css

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

 span { border-color: rgb(186,219,62); }

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