Html Css Color HEX #B2D23B Fuego

📋 copy color: '#B2D23B'

red 178 ◦ green 210 ◦ blue 59

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

Shades of Fuego #B2D23B

Tints of Fuego #B2D23B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.98%

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

R = 39.82%
G = 46.98%
B = 13.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#B2D23B (or 0xB2D23B) is known color: Fuego. HEX triplet: B2, D2 and 3B. RGB value is (178,210,59). Sum of RGB (Red+Green+Blue) = 178+210+59=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D23B is #4D2DC4. Grayscale: #B7B7B7. Windows color (decimal): -5057989 or 3920562. OLE color: 3920562.

HSL color Cylindrical-coordinate representation of color #B2D23B: hue angle of 72.72º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2D23B is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 210 59 -
CMYK 0.15 0 0.72 0.18
HSL 72.72º 0.63% 0.53% -
HSV(B) 72.72º 0.72% 0.82% -
XYZ 42.2 55.87 12.7 -
YUV 183.22 57.9 124.28 -
System Red Green Blue C M Y K H S L
Decimal 178 210 59 0.15 0 0.72 0.18 72.72 0.63 0.53
Hex B2 D2 3B F 0 48 12 49 3F 35
Octal 262 322 73 17 0 110 22 111 77 65
Binary 10110010 11010010 111011 1111 0 1001000 10010 1001001 111111 110101

Color Harmonies of #B2D23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D23B

Black with #B2D23B

Text Example


Text Example

White with #B2D23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D23B; }

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

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

background-color css

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

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

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

border-color css

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

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

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