Html Css Color HEX #BDDD3C Las Palmas

📋 copy color: '#BDDD3C'

red 189 ◦ green 221 ◦ blue 60

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

Shades of Las Palmas #BDDD3C

Tints of Las Palmas #BDDD3C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.02%

 BLUE value IS 60 (23.83% from 255) = 12.77%

R = 40.21%
G = 47.02%
B = 12.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#BDDD3C (or 0xBDDD3C) is known color: Las Palmas. HEX triplet: BD, DD and 3C. RGB value is (189,221,60). Sum of RGB (Red+Green+Blue) = 189+221+60=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD3C is #4222C3. Grayscale: #C1C1C1. Windows color (decimal): -4334276 or 3988925. OLE color: 3988925.

HSL color Cylindrical-coordinate representation of color #BDDD3C: hue angle of 71.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDDD3C is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 60 -
CMYK 0.14 0 0.73 0.13
HSL 71.93º 0.7% 0.55% -
HSV(B) 71.93º 0.73% 0.87% -
XYZ 47.66 62.86 13.9 -
YUV 193.08 52.9 125.09 -
System Red Green Blue C M Y K H S L
Decimal 189 221 60 0.14 0 0.73 0.13 71.93 0.7 0.55
Hex BD DD 3C E 0 49 D 48 46 37
Octal 275 335 74 16 0 111 15 110 106 67
Binary 10111101 11011101 111100 1110 0 1001001 1101 1001000 1000110 110111

Color Harmonies of #BDDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD3C

Black with #BDDD3C

Text Example


Text Example

White with #BDDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD3C; }

 p { color: rgb(189,221,60); }

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

background-color css

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

 a { background-color: rgb(189,221,60); }

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

border-color css

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

 span { border-color: rgb(189,221,60); }

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