Html Css Color HEX #BDEC32 Las Palmas

📋 copy color: '#BDEC32'

red 189 ◦ green 236 ◦ blue 50

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

Shades of Las Palmas #BDEC32

Tints of Las Palmas #BDEC32

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.68%

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

R = 39.79%
G = 49.68%
B = 10.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#BDEC32 (or 0xBDEC32) is known color: Las Palmas. HEX triplet: BD, EC and 32. RGB value is (189,236,50). Sum of RGB (Red+Green+Blue) = 189+236+50=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEC32 is #4213CD. Grayscale: #C9C9C9. Windows color (decimal): -4330446 or 3337405. OLE color: 3337405.

HSL color Cylindrical-coordinate representation of color #BDEC32: hue angle of 75.16º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDEC32 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 50 -
CMYK 0.20 0 0.79 0.07
HSL 75.16º 0.83% 0.56% -
HSV(B) 75.16º 0.79% 0.93% -
XYZ 51.56 71.04 14.01 -
YUV 200.74 42.93 119.62 -
System Red Green Blue C M Y K H S L
Decimal 189 236 50 0.20 0 0.79 0.07 75.16 0.83 0.56
Hex BD EC 32 14 0 4F 7 4B 53 38
Octal 275 354 62 24 0 117 7 113 123 70
Binary 10111101 11101100 110010 10100 0 1001111 111 1001011 1010011 111000

Color Harmonies of #BDEC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEC32

Black with #BDEC32

Text Example


Text Example

White with #BDEC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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