Html Css Color HEX #B2D029 Fuego

📋 copy color: '#B2D029'

red 178 ◦ green 208 ◦ blue 41

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

Shades of Fuego #B2D029

Tints of Fuego #B2D029

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.71%

 BLUE value IS 41 (16.41% from 255) = 9.6%

R = 41.69%
G = 48.71%
B = 9.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#B2D029 (or 0xB2D029) is known color: Fuego. HEX triplet: B2, D0 and 29. RGB value is (178,208,41). Sum of RGB (Red+Green+Blue) = 178+208+41=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D029 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D029 is #4D2FD6. Grayscale: #B4B4B4. Windows color (decimal): -5058519 or 2740402. OLE color: 2740402.

HSL color Cylindrical-coordinate representation of color #B2D029: hue angle of 70.78º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2D029 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 41 -
CMYK 0.14 0 0.80 0.18
HSL 70.78º 0.67% 0.49% -
HSV(B) 70.78º 0.8% 0.82% -
XYZ 41.32 54.74 10.49 -
YUV 179.99 49.56 126.58 -
System Red Green Blue C M Y K H S L
Decimal 178 208 41 0.14 0 0.80 0.18 70.78 0.67 0.49
Hex B2 D0 29 E 0 50 12 47 43 31
Octal 262 320 51 16 0 120 22 107 103 61
Binary 10110010 11010000 101001 1110 0 1010000 10010 1000111 1000011 110001

Color Harmonies of #B2D029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D029

Black with #B2D029

Text Example


Text Example

White with #B2D029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D029; }

 p { color: rgb(178,208,41); }

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

background-color css

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

 a { background-color: rgb(178,208,41); }

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

border-color css

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

 span { border-color: rgb(178,208,41); }

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