Html Css Color HEX #BDD946 Las Palmas

📋 copy color: '#BDD946'

red 189 ◦ green 217 ◦ blue 70

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

Shades of Las Palmas #BDD946

Tints of Las Palmas #BDD946

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.59%

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

R = 39.71%
G = 45.59%
B = 14.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#BDD946 (or 0xBDD946) is known color: Las Palmas. HEX triplet: BD, D9 and 46. RGB value is (189,217,70). Sum of RGB (Red+Green+Blue) = 189+217+70=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD946 is #4226B9. Grayscale: #C0C0C0. Windows color (decimal): -4335290 or 4643261. OLE color: 4643261.

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

Color convert

RGB 189 217 70 -
CMYK 0.13 0 0.68 0.15
HSL 71.43º 0.66% 0.56% -
HSV(B) 71.43º 0.68% 0.85% -
XYZ 46.9 60.89 15.07 -
YUV 191.87 59.22 125.95 -
System Red Green Blue C M Y K H S L
Decimal 189 217 70 0.13 0 0.68 0.15 71.43 0.66 0.56
Hex BD D9 46 D 0 44 F 47 42 38
Octal 275 331 106 15 0 104 17 107 102 70
Binary 10111101 11011001 1000110 1101 0 1000100 1111 1000111 1000010 111000

Color Harmonies of #BDD946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD946

Black with #BDD946

Text Example


Text Example

White with #BDD946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD946; }

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

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

background-color css

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

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

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

border-color css

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

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

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