Html Css Color HEX #BDD941 Las Palmas

📋 copy color: '#BDD941'

red 189 ◦ green 217 ◦ blue 65

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

Shades of Las Palmas #BDD941

Tints of Las Palmas #BDD941

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.07%

 BLUE value IS 65 (25.78% from 255) = 13.8%

R = 40.13%
G = 46.07%
B = 13.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#BDD941 (or 0xBDD941) is known color: Las Palmas. HEX triplet: BD, D9 and 41. RGB value is (189,217,65). Sum of RGB (Red+Green+Blue) = 189+217+65=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD941 is #4226BE. Grayscale: #BFBFBF. Windows color (decimal): -4335295 or 4315581. OLE color: 4315581.

HSL color Cylindrical-coordinate representation of color #BDD941: hue angle of 71.05º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDD941 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 65 -
CMYK 0.13 0 0.70 0.15
HSL 71.05º 0.67% 0.55% -
HSV(B) 71.05º 0.7% 0.85% -
XYZ 46.75 60.83 14.28 -
YUV 191.3 56.72 126.36 -
System Red Green Blue C M Y K H S L
Decimal 189 217 65 0.13 0 0.70 0.15 71.05 0.67 0.55
Hex BD D9 41 D 0 46 F 47 43 37
Octal 275 331 101 15 0 106 17 107 103 67
Binary 10111101 11011001 1000001 1101 0 1000110 1111 1000111 1000011 110111

Color Harmonies of #BDD941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD941

Black with #BDD941

Text Example


Text Example

White with #BDD941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD941; }

 p { color: rgb(189,217,65); }

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

background-color css

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

 a { background-color: rgb(189,217,65); }

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

border-color css

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

 span { border-color: rgb(189,217,65); }

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