Html Css Color HEX #BDD643 Las Palmas

📋 copy color: '#BDD643'

red 189 ◦ green 214 ◦ blue 67

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

Shades of Las Palmas #BDD643

Tints of Las Palmas #BDD643

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.53%

 BLUE value IS 67 (26.56% from 255) = 14.26%

R = 40.21%
G = 45.53%
B = 14.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#BDD643 (or 0xBDD643) is known color: Las Palmas. HEX triplet: BD, D6 and 43. RGB value is (189,214,67). Sum of RGB (Red+Green+Blue) = 189+214+67=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD643 is #4229BC. Grayscale: #BEBEBE. Windows color (decimal): -4336061 or 4445885. OLE color: 4445885.

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

Color convert

RGB 189 214 67 -
CMYK 0.12 0 0.69 0.16
HSL 70.2º 0.64% 0.55% -
HSV(B) 70.2º 0.69% 0.84% -
XYZ 46.05 59.32 14.33 -
YUV 189.77 58.72 127.45 -
System Red Green Blue C M Y K H S L
Decimal 189 214 67 0.12 0 0.69 0.16 70.2 0.64 0.55
Hex BD D6 43 C 0 45 10 46 40 37
Octal 275 326 103 14 0 105 20 106 100 67
Binary 10111101 11010110 1000011 1100 0 1000101 10000 1000110 1000000 110111

Color Harmonies of #BDD643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD643

Black with #BDD643

Text Example


Text Example

White with #BDD643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD643; }

 p { color: rgb(189,214,67); }

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

background-color css

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

 a { background-color: rgb(189,214,67); }

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

border-color css

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

 span { border-color: rgb(189,214,67); }

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