Html Css Color HEX #B4D63B Las Palmas

📋 copy color: '#B4D63B'

red 180 ◦ green 214 ◦ blue 59

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

Shades of Las Palmas #B4D63B

Tints of Las Palmas #B4D63B

RGB

 RED value IS 180 (70.7% from 255) = 39.74%

 GREEN value IS 214 (83.98% from 255) = 47.24%

 BLUE value IS 59 (23.44% from 255) = 13.02%

R = 39.74%
G = 47.24%
B = 13.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#B4D63B (or 0xB4D63B) is known color: Las Palmas. HEX triplet: B4, D6 and 3B. RGB value is (180,214,59). Sum of RGB (Red+Green+Blue) = 180+214+59=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D63B is #4B29C4. Grayscale: #BABABA. Windows color (decimal): -4925893 or 3921588. OLE color: 3921588.

HSL color Cylindrical-coordinate representation of color #B4D63B: hue angle of 73.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4D63B is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 214 59 -
CMYK 0.16 0 0.72 0.16
HSL 73.16º 0.65% 0.54% -
HSV(B) 73.16º 0.72% 0.84% -
XYZ 43.66 58.11 13.05 -
YUV 186.16 56.24 123.6 -
System Red Green Blue C M Y K H S L
Decimal 180 214 59 0.16 0 0.72 0.16 73.16 0.65 0.54
Hex B4 D6 3B 10 0 48 10 49 41 36
Octal 264 326 73 20 0 110 20 111 101 66
Binary 10110100 11010110 111011 10000 0 1001000 10000 1001001 1000001 110110

Color Harmonies of #B4D63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D63B

Black with #B4D63B

Text Example


Text Example

White with #B4D63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D63B; }

 p { color: rgb(180,214,59); }

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

background-color css

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

 a { background-color: rgb(180,214,59); }

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

border-color css

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

 span { border-color: rgb(180,214,59); }

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