Html Css Color HEX #BDE136 Las Palmas

📋 copy color: '#BDE136'

red 189 ◦ green 225 ◦ blue 54

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

Shades of Las Palmas #BDE136

Tints of Las Palmas #BDE136

RGB

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

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

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

R = 40.38%
G = 48.08%
B = 11.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#BDE136 (or 0xBDE136) is known color: Las Palmas. HEX triplet: BD, E1 and 36. RGB value is (189,225,54). Sum of RGB (Red+Green+Blue) = 189+225+54=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE136 is #421EC9. Grayscale: #C3C3C3. Windows color (decimal): -4333258 or 3596733. OLE color: 3596733.

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

Color convert

RGB 189 225 54 -
CMYK 0.16 0 0.76 0.12
HSL 72.63º 0.74% 0.55% -
HSV(B) 72.63º 0.76% 0.88% -
XYZ 48.58 64.94 13.46 -
YUV 194.74 48.57 123.9 -
System Red Green Blue C M Y K H S L
Decimal 189 225 54 0.16 0 0.76 0.12 72.63 0.74 0.55
Hex BD E1 36 10 0 4C C 49 4A 37
Octal 275 341 66 20 0 114 14 111 112 67
Binary 10111101 11100001 110110 10000 0 1001100 1100 1001001 1001010 110111

Color Harmonies of #BDE136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE136

Black with #BDE136

Text Example


Text Example

White with #BDE136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE136; }

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

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

background-color css

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

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

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

border-color css

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

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

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