Html Css Color HEX #B6D52D Fuego

📋 copy color: '#B6D52D'

red 182 ◦ green 213 ◦ blue 45

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

Shades of Fuego #B6D52D

Tints of Fuego #B6D52D

RGB

 RED value IS 182 (71.48% from 255) = 41.36%

 GREEN value IS 213 (83.59% from 255) = 48.41%

 BLUE value IS 45 (17.97% from 255) = 10.23%

R = 41.36%
G = 48.41%
B = 10.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#B6D52D (or 0xB6D52D) is known color: Fuego. HEX triplet: B6, D5 and 2D. RGB value is (182,213,45). Sum of RGB (Red+Green+Blue) = 182+213+45=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D52D is #492AD2. Grayscale: #B9B9B9. Windows color (decimal): -4795091 or 3003830. OLE color: 3003830.

HSL color Cylindrical-coordinate representation of color #B6D52D: hue angle of 71.07º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6D52D is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 213 45 -
CMYK 0.15 0 0.79 0.16
HSL 71.07º 0.67% 0.51% -
HSV(B) 71.07º 0.79% 0.84% -
XYZ 43.56 57.72 11.33 -
YUV 184.58 49.23 126.16 -
System Red Green Blue C M Y K H S L
Decimal 182 213 45 0.15 0 0.79 0.16 71.07 0.67 0.51
Hex B6 D5 2D F 0 4F 10 47 43 33
Octal 266 325 55 17 0 117 20 107 103 63
Binary 10110110 11010101 101101 1111 0 1001111 10000 1000111 1000011 110011

Color Harmonies of #B6D52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D52D

Black with #B6D52D

Text Example


Text Example

White with #B6D52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D52D; }

 p { color: rgb(182,213,45); }

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

background-color css

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

 a { background-color: rgb(182,213,45); }

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

border-color css

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

 span { border-color: rgb(182,213,45); }

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