Html Css Color HEX #BADB3A Las Palmas

📋 copy color: '#BADB3A'

red 186 ◦ green 219 ◦ blue 58

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

Shades of Las Palmas #BADB3A

Tints of Las Palmas #BADB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.53%

R = 40.17%
G = 47.3%
B = 12.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#BADB3A (or 0xBADB3A) is known color: Las Palmas. HEX triplet: BA, DB and 3A. RGB value is (186,219,58). Sum of RGB (Red+Green+Blue) = 186+219+58=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB3A is #4524C5. Grayscale: #BFBFBF. Windows color (decimal): -4531398 or 3857338. OLE color: 3857338.

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

Color convert

RGB 186 219 58 -
CMYK 0.15 0 0.74 0.14
HSL 72.3º 0.69% 0.54% -
HSV(B) 72.3º 0.74% 0.86% -
XYZ 46.34 61.41 13.41 -
YUV 190.78 53.07 124.59 -
System Red Green Blue C M Y K H S L
Decimal 186 219 58 0.15 0 0.74 0.14 72.3 0.69 0.54
Hex BA DB 3A F 0 4A E 48 45 36
Octal 272 333 72 17 0 112 16 110 105 66
Binary 10111010 11011011 111010 1111 0 1001010 1110 1001000 1000101 110110

Color Harmonies of #BADB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB3A

Black with #BADB3A

Text Example


Text Example

White with #BADB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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