Html Css Color HEX #BADB36 Las Palmas

📋 copy color: '#BADB36'

red 186 ◦ green 219 ◦ blue 54

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

Shades of Las Palmas #BADB36

Tints of Las Palmas #BADB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.76%

R = 40.52%
G = 47.71%
B = 11.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#BADB36 (or 0xBADB36) is known color: Las Palmas. HEX triplet: BA, DB and 36. RGB value is (186,219,54). Sum of RGB (Red+Green+Blue) = 186+219+54=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB36 is #4524C9. Grayscale: #BEBEBE. Windows color (decimal): -4531402 or 3595194. OLE color: 3595194.

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

Color convert

RGB 186 219 54 -
CMYK 0.15 0 0.75 0.14
HSL 72º 0.7% 0.54% -
HSV(B) 72º 0.75% 0.86% -
XYZ 46.25 61.37 12.9 -
YUV 190.32 51.07 124.92 -
System Red Green Blue C M Y K H S L
Decimal 186 219 54 0.15 0 0.75 0.14 72 0.7 0.54
Hex BA DB 36 F 0 4B E 48 46 36
Octal 272 333 66 17 0 113 16 110 106 66
Binary 10111010 11011011 110110 1111 0 1001011 1110 1001000 1000110 110110

Color Harmonies of #BADB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB36

Black with #BADB36

Text Example


Text Example

White with #BADB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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