Html Css Color HEX #BDD645 Las Palmas

📋 copy color: '#BDD645'

red 189 ◦ green 214 ◦ blue 69

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

Shades of Las Palmas #BDD645

Tints of Las Palmas #BDD645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.62%

R = 40.04%
G = 45.34%
B = 14.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#BDD645 (or 0xBDD645) is known color: Las Palmas. HEX triplet: BD, D6 and 45. RGB value is (189,214,69). Sum of RGB (Red+Green+Blue) = 189+214+69=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD645 is #4229BA. Grayscale: #BEBEBE. Windows color (decimal): -4336059 or 4576957. OLE color: 4576957.

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

Color convert

RGB 189 214 69 -
CMYK 0.12 0 0.68 0.16
HSL 70.34º 0.64% 0.55% -
HSV(B) 70.34º 0.68% 0.84% -
XYZ 46.11 59.34 14.65 -
YUV 190 59.72 127.29 -
System Red Green Blue C M Y K H S L
Decimal 189 214 69 0.12 0 0.68 0.16 70.34 0.64 0.55
Hex BD D6 45 C 0 44 10 46 40 37
Octal 275 326 105 14 0 104 20 106 100 67
Binary 10111101 11010110 1000101 1100 0 1000100 10000 1000110 1000000 110111

Color Harmonies of #BDD645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD645

Black with #BDD645

Text Example


Text Example

White with #BDD645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD645; }

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

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

background-color css

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

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

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

border-color css

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

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

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