Html Css Color HEX #BDDB45 Las Palmas

📋 copy color: '#BDDB45'

red 189 ◦ green 219 ◦ blue 69

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

Shades of Las Palmas #BDDB45

Tints of Las Palmas #BDDB45

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.91%

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

R = 39.62%
G = 45.91%
B = 14.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#BDDB45 (or 0xBDDB45) is known color: Las Palmas. HEX triplet: BD, DB and 45. RGB value is (189,219,69). Sum of RGB (Red+Green+Blue) = 189+219+69=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB45 is #4224BA. Grayscale: #C1C1C1. Windows color (decimal): -4334779 or 4578237. OLE color: 4578237.

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

Color convert

RGB 189 219 69 -
CMYK 0.14 0 0.68 0.14
HSL 72º 0.68% 0.56% -
HSV(B) 72º 0.68% 0.86% -
XYZ 47.39 61.91 15.08 -
YUV 192.93 58.06 125.2 -
System Red Green Blue C M Y K H S L
Decimal 189 219 69 0.14 0 0.68 0.14 72 0.68 0.56
Hex BD DB 45 E 0 44 E 48 44 38
Octal 275 333 105 16 0 104 16 110 104 70
Binary 10111101 11011011 1000101 1110 0 1000100 1110 1001000 1000100 111000

Color Harmonies of #BDDB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB45

Black with #BDDB45

Text Example


Text Example

White with #BDDB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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