Html Css Color HEX #BDD548 Las Palmas

📋 copy color: '#BDD548'

red 189 ◦ green 213 ◦ blue 72

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

Shades of Las Palmas #BDD548

Tints of Las Palmas #BDD548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.19%

R = 39.87%
G = 44.94%
B = 15.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#BDD548 (or 0xBDD548) is known color: Las Palmas. HEX triplet: BD, D5 and 48. RGB value is (189,213,72). Sum of RGB (Red+Green+Blue) = 189+213+72=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD548 is #422AB7. Grayscale: #BEBEBE. Windows color (decimal): -4336312 or 4773309. OLE color: 4773309.

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

Color convert

RGB 189 213 72 -
CMYK 0.11 0 0.66 0.16
HSL 70.21º 0.63% 0.56% -
HSV(B) 70.21º 0.66% 0.84% -
XYZ 45.95 58.88 15.07 -
YUV 189.75 61.55 127.46 -
System Red Green Blue C M Y K H S L
Decimal 189 213 72 0.11 0 0.66 0.16 70.21 0.63 0.56
Hex BD D5 48 B 0 42 10 46 3F 38
Octal 275 325 110 13 0 102 20 106 77 70
Binary 10111101 11010101 1001000 1011 0 1000010 10000 1000110 111111 111000

Color Harmonies of #BDD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD548

Black with #BDD548

Text Example


Text Example

White with #BDD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD548; }

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

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

background-color css

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

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

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

border-color css

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

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

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