Html Css Color HEX #B9D43D Las Palmas

📋 copy color: '#B9D43D'

red 185 ◦ green 212 ◦ blue 61

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

Shades of Las Palmas #B9D43D

Tints of Las Palmas #B9D43D

RGB

 RED value IS 185 (72.66% from 255) = 40.39%

 GREEN value IS 212 (83.2% from 255) = 46.29%

 BLUE value IS 61 (24.22% from 255) = 13.32%

R = 40.39%
G = 46.29%
B = 13.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#B9D43D (or 0xB9D43D) is known color: Las Palmas. HEX triplet: B9, D4 and 3D. RGB value is (185,212,61). Sum of RGB (Red+Green+Blue) = 185+212+61=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D43D is #462BC2. Grayscale: #BBBBBB. Windows color (decimal): -4598723 or 4052153. OLE color: 4052153.

HSL color Cylindrical-coordinate representation of color #B9D43D: hue angle of 70.73º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9D43D is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 212 61 -
CMYK 0.13 0 0.71 0.17
HSL 70.73º 0.64% 0.54% -
HSV(B) 70.73º 0.71% 0.83% -
XYZ 44.39 57.74 13.22 -
YUV 186.71 57.05 126.78 -
System Red Green Blue C M Y K H S L
Decimal 185 212 61 0.13 0 0.71 0.17 70.73 0.64 0.54
Hex B9 D4 3D D 0 47 11 47 40 36
Octal 271 324 75 15 0 107 21 107 100 66
Binary 10111001 11010100 111101 1101 0 1000111 10001 1000111 1000000 110110

Color Harmonies of #B9D43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D43D

Black with #B9D43D

Text Example


Text Example

White with #B9D43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D43D; }

 p { color: rgb(185,212,61); }

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

background-color css

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

 a { background-color: rgb(185,212,61); }

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

border-color css

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

 span { border-color: rgb(185,212,61); }

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