Html Css Color HEX #BDD539 Las Palmas

📋 copy color: '#BDD539'

red 189 ◦ green 213 ◦ blue 57

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

Shades of Las Palmas #BDD539

Tints of Las Palmas #BDD539

RGB

 RED value IS 189 (74.22% from 255) = 41.18%

 GREEN value IS 213 (83.59% from 255) = 46.41%

 BLUE value IS 57 (22.66% from 255) = 12.42%

R = 41.18%
G = 46.41%
B = 12.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#BDD539 (or 0xBDD539) is known color: Las Palmas. HEX triplet: BD, D5 and 39. RGB value is (189,213,57). Sum of RGB (Red+Green+Blue) = 189+213+57=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD539 is #422AC6. Grayscale: #BCBCBC. Windows color (decimal): -4336327 or 3790269. OLE color: 3790269.

HSL color Cylindrical-coordinate representation of color #BDD539: hue angle of 69.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDD539 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 57 -
CMYK 0.11 0 0.73 0.16
HSL 69.23º 0.65% 0.53% -
HSV(B) 69.23º 0.73% 0.84% -
XYZ 45.52 58.7 12.8 -
YUV 188.04 54.05 128.68 -
System Red Green Blue C M Y K H S L
Decimal 189 213 57 0.11 0 0.73 0.16 69.23 0.65 0.53
Hex BD D5 39 B 0 49 10 45 41 35
Octal 275 325 71 13 0 111 20 105 101 65
Binary 10111101 11010101 111001 1011 0 1001001 10000 1000101 1000001 110101

Color Harmonies of #BDD539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD539

Black with #BDD539

Text Example


Text Example

White with #BDD539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD539; }

 p { color: rgb(189,213,57); }

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

background-color css

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

 a { background-color: rgb(189,213,57); }

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

border-color css

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

 span { border-color: rgb(189,213,57); }

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