Html Css Color HEX #B2DB3A Las Palmas

📋 copy color: '#B2DB3A'

red 178 ◦ green 219 ◦ blue 58

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

Shades of Las Palmas #B2DB3A

Tints of Las Palmas #B2DB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.75%

R = 39.12%
G = 48.13%
B = 12.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#B2DB3A (or 0xB2DB3A) is known color: Las Palmas. HEX triplet: B2, DB and 3A. RGB value is (178,219,58). Sum of RGB (Red+Green+Blue) = 178+219+58=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB3A is #4D24C5. Grayscale: #BCBCBC. Windows color (decimal): -5055686 or 3857330. OLE color: 3857330.

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

Color convert

RGB 178 219 58 -
CMYK 0.19 0 0.74 0.14
HSL 75.28º 0.69% 0.54% -
HSV(B) 75.28º 0.74% 0.86% -
XYZ 44.46 60.43 13.32 -
YUV 188.39 54.42 120.59 -
System Red Green Blue C M Y K H S L
Decimal 178 219 58 0.19 0 0.74 0.14 75.28 0.69 0.54
Hex B2 DB 3A 13 0 4A E 4B 45 36
Octal 262 333 72 23 0 112 16 113 105 66
Binary 10110010 11011011 111010 10011 0 1001010 1110 1001011 1000101 110110

Color Harmonies of #B2DB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB3A

Black with #B2DB3A

Text Example


Text Example

White with #B2DB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB3A; }

 p { color: rgb(178,219,58); }

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

background-color css

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

 a { background-color: rgb(178,219,58); }

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

border-color css

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

 span { border-color: rgb(178,219,58); }

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