Html Css Color HEX #BDD544 Las Palmas

📋 copy color: '#BDD544'

red 189 ◦ green 213 ◦ blue 68

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

Shades of Las Palmas #BDD544

Tints of Las Palmas #BDD544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.47%

R = 40.21%
G = 45.32%
B = 14.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#BDD544 (or 0xBDD544) is known color: Las Palmas. HEX triplet: BD, D5 and 44. RGB value is (189,213,68). Sum of RGB (Red+Green+Blue) = 189+213+68=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD544 is #422ABB. Grayscale: #BDBDBD. Windows color (decimal): -4336316 or 4511165. OLE color: 4511165.

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

Color convert

RGB 189 213 68 -
CMYK 0.11 0 0.68 0.16
HSL 69.93º 0.63% 0.55% -
HSV(B) 69.93º 0.68% 0.84% -
XYZ 45.82 58.82 14.41 -
YUV 189.29 59.55 127.79 -
System Red Green Blue C M Y K H S L
Decimal 189 213 68 0.11 0 0.68 0.16 69.93 0.63 0.55
Hex BD D5 44 B 0 44 10 46 3F 37
Octal 275 325 104 13 0 104 20 106 77 67
Binary 10111101 11010101 1000100 1011 0 1000100 10000 1000110 111111 110111

Color Harmonies of #BDD544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD544

Black with #BDD544

Text Example


Text Example

White with #BDD544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD544; }

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

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

background-color css

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

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

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

border-color css

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

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

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