Html Css Color HEX #BDD746 Las Palmas

📋 copy color: '#BDD746'

red 189 ◦ green 215 ◦ blue 70

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

Shades of Las Palmas #BDD746

Tints of Las Palmas #BDD746

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.36%

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

R = 39.87%
G = 45.36%
B = 14.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#BDD746 (or 0xBDD746) is known color: Las Palmas. HEX triplet: BD, D7 and 46. RGB value is (189,215,70). Sum of RGB (Red+Green+Blue) = 189+215+70=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD746 is #4228B9. Grayscale: #BFBFBF. Windows color (decimal): -4335802 or 4642749. OLE color: 4642749.

HSL color Cylindrical-coordinate representation of color #BDD746: hue angle of 70.76º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDD746 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 70 -
CMYK 0.12 0 0.67 0.16
HSL 70.76º 0.64% 0.56% -
HSV(B) 70.76º 0.67% 0.84% -
XYZ 46.39 59.86 14.9 -
YUV 190.7 59.89 126.79 -
System Red Green Blue C M Y K H S L
Decimal 189 215 70 0.12 0 0.67 0.16 70.76 0.64 0.56
Hex BD D7 46 C 0 43 10 47 40 38
Octal 275 327 106 14 0 103 20 107 100 70
Binary 10111101 11010111 1000110 1100 0 1000011 10000 1000111 1000000 111000

Color Harmonies of #BDD746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD746

Black with #BDD746

Text Example


Text Example

White with #BDD746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD746; }

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

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

background-color css

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

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

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

border-color css

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

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

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