Html Css Color HEX #BADB43 Las Palmas

📋 copy color: '#BADB43'

red 186 ◦ green 219 ◦ blue 67

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

Shades of Las Palmas #BADB43

Tints of Las Palmas #BADB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.19%

R = 39.41%
G = 46.4%
B = 14.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#BADB43 (or 0xBADB43) is known color: Las Palmas. HEX triplet: BA, DB and 43. RGB value is (186,219,67). Sum of RGB (Red+Green+Blue) = 186+219+67=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 67 (26.56% from 255 or 14.19% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB43 is #4524BC. Grayscale: #C0C0C0. Windows color (decimal): -4531389 or 4447162. OLE color: 4447162.

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

Color convert

RGB 186 219 67 -
CMYK 0.15 0 0.69 0.14
HSL 73.03º 0.68% 0.56% -
HSV(B) 73.03º 0.69% 0.86% -
XYZ 46.59 61.51 14.73 -
YUV 191.81 57.57 123.86 -
System Red Green Blue C M Y K H S L
Decimal 186 219 67 0.15 0 0.69 0.14 73.03 0.68 0.56
Hex BA DB 43 F 0 45 E 49 44 38
Octal 272 333 103 17 0 105 16 111 104 70
Binary 10111010 11011011 1000011 1111 0 1000101 1110 1001001 1000100 111000

Color Harmonies of #BADB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB43

Black with #BADB43

Text Example


Text Example

White with #BADB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB43; }

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

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

background-color css

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

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

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

border-color css

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

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

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