Html Css Color HEX #BDD845 Las Palmas

📋 copy color: '#BDD845'

red 189 ◦ green 216 ◦ blue 69

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

Shades of Las Palmas #BDD845

Tints of Las Palmas #BDD845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.56%

R = 39.87%
G = 45.57%
B = 14.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#BDD845 (or 0xBDD845) is known color: Las Palmas. HEX triplet: BD, D8 and 45. RGB value is (189,216,69). Sum of RGB (Red+Green+Blue) = 189+216+69=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD845 is #4227BA. Grayscale: #BFBFBF. Windows color (decimal): -4335547 or 4577469. OLE color: 4577469.

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

Color convert

RGB 189 216 69 -
CMYK 0.12 0 0.68 0.15
HSL 71.02º 0.65% 0.56% -
HSV(B) 71.02º 0.68% 0.85% -
XYZ 46.62 60.36 14.82 -
YUV 191.17 59.05 126.45 -
System Red Green Blue C M Y K H S L
Decimal 189 216 69 0.12 0 0.68 0.15 71.02 0.65 0.56
Hex BD D8 45 C 0 44 F 47 41 38
Octal 275 330 105 14 0 104 17 107 101 70
Binary 10111101 11011000 1000101 1100 0 1000100 1111 1000111 1000001 111000

Color Harmonies of #BDD845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD845

Black with #BDD845

Text Example


Text Example

White with #BDD845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD845; }

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

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

background-color css

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

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

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

border-color css

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

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

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