Html Css Color HEX #B2D93B Las Palmas

📋 copy color: '#B2D93B'

red 178 ◦ green 217 ◦ blue 59

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

Shades of Las Palmas #B2D93B

Tints of Las Palmas #B2D93B

RGB

 RED value IS 178 (69.92% from 255) = 39.21%

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

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

R = 39.21%
G = 47.8%
B = 13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#B2D93B (or 0xB2D93B) is known color: Las Palmas. HEX triplet: B2, D9 and 3B. RGB value is (178,217,59). Sum of RGB (Red+Green+Blue) = 178+217+59=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D93B is #4D26C4. Grayscale: #BBBBBB. Windows color (decimal): -5056197 or 3922354. OLE color: 3922354.

HSL color Cylindrical-coordinate representation of color #B2D93B: hue angle of 74.81º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2D93B is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 59 -
CMYK 0.18 0 0.73 0.15
HSL 74.81º 0.68% 0.54% -
HSV(B) 74.81º 0.73% 0.85% -
XYZ 43.96 59.41 13.29 -
YUV 187.33 55.58 121.35 -
System Red Green Blue C M Y K H S L
Decimal 178 217 59 0.18 0 0.73 0.15 74.81 0.68 0.54
Hex B2 D9 3B 12 0 49 F 4B 44 36
Octal 262 331 73 22 0 111 17 113 104 66
Binary 10110010 11011001 111011 10010 0 1001001 1111 1001011 1000100 110110

Color Harmonies of #B2D93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D93B

Black with #B2D93B

Text Example


Text Example

White with #B2D93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D93B; }

 p { color: rgb(178,217,59); }

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

background-color css

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

 a { background-color: rgb(178,217,59); }

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

border-color css

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

 span { border-color: rgb(178,217,59); }

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