Html Css Color HEX #BDE132 Las Palmas

📋 copy color: '#BDE132'

red 189 ◦ green 225 ◦ blue 50

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

Shades of Las Palmas #BDE132

Tints of Las Palmas #BDE132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.49%

 BLUE value IS 50 (19.92% from 255) = 10.78%

R = 40.73%
G = 48.49%
B = 10.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#BDE132 (or 0xBDE132) is known color: Las Palmas. HEX triplet: BD, E1 and 32. RGB value is (189,225,50). Sum of RGB (Red+Green+Blue) = 189+225+50=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE132 is #421ECD. Grayscale: #C2C2C2. Windows color (decimal): -4333262 or 3334589. OLE color: 3334589.

HSL color Cylindrical-coordinate representation of color #BDE132: hue angle of 72.34º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDE132 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 50 -
CMYK 0.16 0 0.78 0.12
HSL 72.34º 0.74% 0.54% -
HSV(B) 72.34º 0.78% 0.88% -
XYZ 48.49 64.9 12.99 -
YUV 194.29 46.57 124.23 -
System Red Green Blue C M Y K H S L
Decimal 189 225 50 0.16 0 0.78 0.12 72.34 0.74 0.54
Hex BD E1 32 10 0 4E C 48 4A 36
Octal 275 341 62 20 0 116 14 110 112 66
Binary 10111101 11100001 110010 10000 0 1001110 1100 1001000 1001010 110110

Color Harmonies of #BDE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE132

Black with #BDE132

Text Example


Text Example

White with #BDE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE132; }

 p { color: rgb(189,225,50); }

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

background-color css

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

 a { background-color: rgb(189,225,50); }

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

border-color css

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

 span { border-color: rgb(189,225,50); }

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