Html Css Color HEX #BDE331 Las Palmas

📋 copy color: '#BDE331'

red 189 ◦ green 227 ◦ blue 49

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

Shades of Las Palmas #BDE331

Tints of Las Palmas #BDE331

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.82%

 BLUE value IS 49 (19.53% from 255) = 10.54%

R = 40.65%
G = 48.82%
B = 10.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#BDE331 (or 0xBDE331) is known color: Las Palmas. HEX triplet: BD, E3 and 31. RGB value is (189,227,49). Sum of RGB (Red+Green+Blue) = 189+227+49=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE331 is #421CCE. Grayscale: #C4C4C4. Windows color (decimal): -4332751 or 3269565. OLE color: 3269565.

HSL color Cylindrical-coordinate representation of color #BDE331: hue angle of 72.81º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDE331 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 49 -
CMYK 0.17 0 0.78 0.11
HSL 72.81º 0.76% 0.54% -
HSV(B) 72.81º 0.78% 0.89% -
XYZ 49.01 65.98 13.06 -
YUV 195.35 45.41 123.47 -
System Red Green Blue C M Y K H S L
Decimal 189 227 49 0.17 0 0.78 0.11 72.81 0.76 0.54
Hex BD E3 31 11 0 4E B 49 4C 36
Octal 275 343 61 21 0 116 13 111 114 66
Binary 10111101 11100011 110001 10001 0 1001110 1011 1001001 1001100 110110

Color Harmonies of #BDE331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE331

Black with #BDE331

Text Example


Text Example

White with #BDE331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE331; }

 p { color: rgb(189,227,49); }

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

background-color css

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

 a { background-color: rgb(189,227,49); }

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

border-color css

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

 span { border-color: rgb(189,227,49); }

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