Html Css Color HEX #BDD846 Las Palmas

📋 copy color: '#BDD846'

red 189 ◦ green 216 ◦ blue 70

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

Shades of Las Palmas #BDD846

Tints of Las Palmas #BDD846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.74%

R = 39.79%
G = 45.47%
B = 14.74%

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

#BDD846 (or 0xBDD846) is known color: Las Palmas. HEX triplet: BD, D8 and 46. RGB value is (189,216,70). Sum of RGB (Red+Green+Blue) = 189+216+70=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD846 is #4227B9. Grayscale: #BFBFBF. Windows color (decimal): -4335546 or 4643005. OLE color: 4643005.

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

Color convert

RGB 189 216 70 -
CMYK 0.12 0 0.68 0.15
HSL 71.1º 0.65% 0.56% -
HSV(B) 71.1º 0.68% 0.85% -
XYZ 46.65 60.37 14.99 -
YUV 191.28 59.55 126.37 -
System Red Green Blue C M Y K H S L
Decimal 189 216 70 0.12 0 0.68 0.15 71.1 0.65 0.56
Hex BD D8 46 C 0 44 F 47 41 38
Octal 275 330 106 14 0 104 17 107 101 70
Binary 10111101 11011000 1000110 1100 0 1000100 1111 1000111 1000001 111000

Color Harmonies of #BDD846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD846

Black with #BDD846

Text Example


Text Example

White with #BDD846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD846; }

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

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

background-color css

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

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

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

border-color css

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

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

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