Html Css Color HEX #BDD044 Las Palmas

📋 copy color: '#BDD044'

red 189 ◦ green 208 ◦ blue 68

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

Shades of Las Palmas #BDD044

Tints of Las Palmas #BDD044

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.73%

 BLUE value IS 68 (26.95% from 255) = 14.62%

R = 40.65%
G = 44.73%
B = 14.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#BDD044 (or 0xBDD044) is known color: Las Palmas. HEX triplet: BD, D0 and 44. RGB value is (189,208,68). Sum of RGB (Red+Green+Blue) = 189+208+68=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD044 is #422FBB. Grayscale: #BABABA. Windows color (decimal): -4337596 or 4509885. OLE color: 4509885.

HSL color Cylindrical-coordinate representation of color #BDD044: hue angle of 68.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDD044 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 68 -
CMYK 0.09 0 0.67 0.18
HSL 68.14º 0.6% 0.54% -
HSV(B) 68.14º 0.67% 0.82% -
XYZ 44.59 56.35 14 -
YUV 186.36 61.21 129.88 -
System Red Green Blue C M Y K H S L
Decimal 189 208 68 0.09 0 0.67 0.18 68.14 0.6 0.54
Hex BD D0 44 9 0 43 12 44 3C 36
Octal 275 320 104 11 0 103 22 104 74 66
Binary 10111101 11010000 1000100 1001 0 1000011 10010 1000100 111100 110110

Color Harmonies of #BDD044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD044

Black with #BDD044

Text Example


Text Example

White with #BDD044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD044; }

 p { color: rgb(189,208,68); }

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

background-color css

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

 a { background-color: rgb(189,208,68); }

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

border-color css

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

 span { border-color: rgb(189,208,68); }

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