Html Css Color HEX #BDD838 Las Palmas

📋 copy color: '#BDD838'

red 189 ◦ green 216 ◦ blue 56

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

Shades of Las Palmas #BDD838

Tints of Las Palmas #BDD838

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.85%

 BLUE value IS 56 (22.27% from 255) = 12.15%

R = 41%
G = 46.85%
B = 12.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#BDD838 (or 0xBDD838) is known color: Las Palmas. HEX triplet: BD, D8 and 38. RGB value is (189,216,56). Sum of RGB (Red+Green+Blue) = 189+216+56=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD838 is #4227C7. Grayscale: #BEBEBE. Windows color (decimal): -4335560 or 3725501. OLE color: 3725501.

HSL color Cylindrical-coordinate representation of color #BDD838: hue angle of 70.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDD838 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 56 -
CMYK 0.12 0 0.74 0.15
HSL 70.13º 0.67% 0.53% -
HSV(B) 70.13º 0.74% 0.85% -
XYZ 46.26 60.22 12.93 -
YUV 189.69 52.55 127.51 -
System Red Green Blue C M Y K H S L
Decimal 189 216 56 0.12 0 0.74 0.15 70.13 0.67 0.53
Hex BD D8 38 C 0 4A F 46 43 35
Octal 275 330 70 14 0 112 17 106 103 65
Binary 10111101 11011000 111000 1100 0 1001010 1111 1000110 1000011 110101

Color Harmonies of #BDD838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD838

Black with #BDD838

Text Example


Text Example

White with #BDD838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD838; }

 p { color: rgb(189,216,56); }

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

background-color css

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

 a { background-color: rgb(189,216,56); }

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

border-color css

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

 span { border-color: rgb(189,216,56); }

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