Html Css Color HEX #BDD538 Las Palmas

📋 copy color: '#BDD538'

red 189 ◦ green 213 ◦ blue 56

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

Shades of Las Palmas #BDD538

Tints of Las Palmas #BDD538

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.51%

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

R = 41.27%
G = 46.51%
B = 12.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#BDD538 (or 0xBDD538) is known color: Las Palmas. HEX triplet: BD, D5 and 38. RGB value is (189,213,56). Sum of RGB (Red+Green+Blue) = 189+213+56=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD538 is #422AC7. Grayscale: #BCBCBC. Windows color (decimal): -4336328 or 3724733. OLE color: 3724733.

HSL color Cylindrical-coordinate representation of color #BDD538: hue angle of 69.17º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDD538 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 56 -
CMYK 0.11 0 0.74 0.16
HSL 69.17º 0.65% 0.53% -
HSV(B) 69.17º 0.74% 0.84% -
XYZ 45.49 58.69 12.67 -
YUV 187.93 53.55 128.77 -
System Red Green Blue C M Y K H S L
Decimal 189 213 56 0.11 0 0.74 0.16 69.17 0.65 0.53
Hex BD D5 38 B 0 4A 10 45 41 35
Octal 275 325 70 13 0 112 20 105 101 65
Binary 10111101 11010101 111000 1011 0 1001010 10000 1000101 1000001 110101

Color Harmonies of #BDD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD538

Black with #BDD538

Text Example


Text Example

White with #BDD538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD538; }

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

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

background-color css

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

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

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

border-color css

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

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

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