Html Css Color HEX #B7D522 Fuego

📋 copy color: '#B7D522'

red 183 ◦ green 213 ◦ blue 34

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

Shades of Fuego #B7D522

Tints of Fuego #B7D522

RGB

 RED value IS 183 (71.88% from 255) = 42.56%

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

 BLUE value IS 34 (13.67% from 255) = 7.91%

R = 42.56%
G = 49.53%
B = 7.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#B7D522 (or 0xB7D522) is known color: Fuego. HEX triplet: B7, D5 and 22. RGB value is (183,213,34). Sum of RGB (Red+Green+Blue) = 183+213+34=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D522 is #482ADD. Grayscale: #B8B8B8. Windows color (decimal): -4729566 or 2282935. OLE color: 2282935.

HSL color Cylindrical-coordinate representation of color #B7D522: hue angle of 70.06º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7D522 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 213 34 -
CMYK 0.14 0 0.84 0.16
HSL 70.06º 0.72% 0.48% -
HSV(B) 70.06º 0.84% 0.84% -
XYZ 43.61 57.77 10.37 -
YUV 183.62 43.56 127.55 -
System Red Green Blue C M Y K H S L
Decimal 183 213 34 0.14 0 0.84 0.16 70.06 0.72 0.48
Hex B7 D5 22 E 0 54 10 46 48 30
Octal 267 325 42 16 0 124 20 106 110 60
Binary 10110111 11010101 100010 1110 0 1010100 10000 1000110 1001000 110000

Color Harmonies of #B7D522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D522

Black with #B7D522

Text Example


Text Example

White with #B7D522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D522; }

 p { color: rgb(183,213,34); }

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

background-color css

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

 a { background-color: rgb(183,213,34); }

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

border-color css

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

 span { border-color: rgb(183,213,34); }

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