Html Css Color HEX #BDD844 Las Palmas

📋 copy color: '#BDD844'

red 189 ◦ green 216 ◦ blue 68

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

Shades of Las Palmas #BDD844

Tints of Las Palmas #BDD844

RGB

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

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

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

R = 39.96%
G = 45.67%
B = 14.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#BDD844 (or 0xBDD844) is known color: Las Palmas. HEX triplet: BD, D8 and 44. RGB value is (189,216,68). Sum of RGB (Red+Green+Blue) = 189+216+68=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD844 is #4227BB. Grayscale: #BFBFBF. Windows color (decimal): -4335548 or 4511933. OLE color: 4511933.

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

Color convert

RGB 189 216 68 -
CMYK 0.12 0 0.69 0.15
HSL 70.95º 0.65% 0.56% -
HSV(B) 70.95º 0.69% 0.85% -
XYZ 46.59 60.35 14.66 -
YUV 191.06 58.55 126.53 -
System Red Green Blue C M Y K H S L
Decimal 189 216 68 0.12 0 0.69 0.15 70.95 0.65 0.56
Hex BD D8 44 C 0 45 F 47 41 38
Octal 275 330 104 14 0 105 17 107 101 70
Binary 10111101 11011000 1000100 1100 0 1000101 1111 1000111 1000001 111000

Color Harmonies of #BDD844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD844

Black with #BDD844

Text Example


Text Example

White with #BDD844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD844; }

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

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

background-color css

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

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

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

border-color css

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

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

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