Html Css Color HEX #BDD747 Las Palmas

📋 copy color: '#BDD747'

red 189 ◦ green 215 ◦ blue 71

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

Shades of Las Palmas #BDD747

Tints of Las Palmas #BDD747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.95%

R = 39.79%
G = 45.26%
B = 14.95%

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

#BDD747 (or 0xBDD747) is known color: Las Palmas. HEX triplet: BD, D7 and 47. RGB value is (189,215,71). Sum of RGB (Red+Green+Blue) = 189+215+71=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD747 is #4228B8. Grayscale: #BFBFBF. Windows color (decimal): -4335801 or 4708285. OLE color: 4708285.

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

Color convert

RGB 189 215 71 -
CMYK 0.12 0 0.67 0.16
HSL 70.83º 0.64% 0.56% -
HSV(B) 70.83º 0.67% 0.84% -
XYZ 46.42 59.87 15.07 -
YUV 190.81 60.39 126.71 -
System Red Green Blue C M Y K H S L
Decimal 189 215 71 0.12 0 0.67 0.16 70.83 0.64 0.56
Hex BD D7 47 C 0 43 10 47 40 38
Octal 275 327 107 14 0 103 20 107 100 70
Binary 10111101 11010111 1000111 1100 0 1000011 10000 1000111 1000000 111000

Color Harmonies of #BDD747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD747

Black with #BDD747

Text Example


Text Example

White with #BDD747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD747; }

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

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

background-color css

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

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

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

border-color css

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

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

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