Html Css Color HEX #BDD644 Las Palmas

📋 copy color: '#BDD644'

red 189 ◦ green 214 ◦ blue 68

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

Shades of Las Palmas #BDD644

Tints of Las Palmas #BDD644

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.44%

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

R = 40.13%
G = 45.44%
B = 14.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#BDD644 (or 0xBDD644) is known color: Las Palmas. HEX triplet: BD, D6 and 44. RGB value is (189,214,68). Sum of RGB (Red+Green+Blue) = 189+214+68=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 68 (26.95% from 255 or 14.44% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD644 is #4229BB. Grayscale: #BEBEBE. Windows color (decimal): -4336060 or 4511421. OLE color: 4511421.

HSL color Cylindrical-coordinate representation of color #BDD644: hue angle of 70.27º degrees, saturation: 0.64, 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 #BDD644 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 68 -
CMYK 0.12 0 0.68 0.16
HSL 70.27º 0.64% 0.55% -
HSV(B) 70.27º 0.68% 0.84% -
XYZ 46.08 59.33 14.49 -
YUV 189.88 59.22 127.37 -
System Red Green Blue C M Y K H S L
Decimal 189 214 68 0.12 0 0.68 0.16 70.27 0.64 0.55
Hex BD D6 44 C 0 44 10 46 40 37
Octal 275 326 104 14 0 104 20 106 100 67
Binary 10111101 11010110 1000100 1100 0 1000100 10000 1000110 1000000 110111

Color Harmonies of #BDD644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD644

Black with #BDD644

Text Example


Text Example

White with #BDD644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD644; }

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

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

background-color css

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

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

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

border-color css

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

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

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