Html Css Color HEX #BDDC44 Las Palmas

📋 copy color: '#BDDC44'

red 189 ◦ green 220 ◦ blue 68

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

Shades of Las Palmas #BDDC44

Tints of Las Palmas #BDDC44

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.12%

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

R = 39.62%
G = 46.12%
B = 14.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#BDDC44 (or 0xBDDC44) is known color: Las Palmas. HEX triplet: BD, DC and 44. RGB value is (189,220,68). Sum of RGB (Red+Green+Blue) = 189+220+68=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC44 is #4223BB. Grayscale: #C1C1C1. Windows color (decimal): -4334524 or 4512957. OLE color: 4512957.

HSL color Cylindrical-coordinate representation of color #BDDC44: hue angle of 72.24º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDDC44 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 68 -
CMYK 0.14 0 0.69 0.14
HSL 72.24º 0.68% 0.56% -
HSV(B) 72.24º 0.69% 0.86% -
XYZ 47.62 62.42 15.01 -
YUV 193.4 57.23 124.86 -
System Red Green Blue C M Y K H S L
Decimal 189 220 68 0.14 0 0.69 0.14 72.24 0.68 0.56
Hex BD DC 44 E 0 45 E 48 44 38
Octal 275 334 104 16 0 105 16 110 104 70
Binary 10111101 11011100 1000100 1110 0 1000101 1110 1001000 1000100 111000

Color Harmonies of #BDDC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC44

Black with #BDDC44

Text Example


Text Example

White with #BDDC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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