Html Css Color HEX #B7C532 Fuego

📋 copy color: '#B7C532'

red 183 ◦ green 197 ◦ blue 50

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

Shades of Fuego #B7C532

Tints of Fuego #B7C532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.81%

 BLUE value IS 50 (19.92% from 255) = 11.63%

R = 42.56%
G = 45.81%
B = 11.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#B7C532 (or 0xB7C532) is known color: Fuego. HEX triplet: B7, C5 and 32. RGB value is (183,197,50). Sum of RGB (Red+Green+Blue) = 183+197+50=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C532 is #483ACD. Grayscale: #B0B0B0. Windows color (decimal): -4733646 or 3327415. OLE color: 3327415.

HSL color Cylindrical-coordinate representation of color #B7C532: hue angle of 65.71º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7C532 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 183 197 50 -
CMYK 0.07 0 0.75 0.23
HSL 65.71º 0.6% 0.48% -
HSV(B) 65.71º 0.75% 0.77% -
XYZ 40.07 50.23 10.6 -
YUV 176.06 56.86 132.95 -
System Red Green Blue C M Y K H S L
Decimal 183 197 50 0.07 0 0.75 0.23 65.71 0.6 0.48
Hex B7 C5 32 7 0 4B 17 42 3C 30
Octal 267 305 62 7 0 113 27 102 74 60
Binary 10110111 11000101 110010 111 0 1001011 10111 1000010 111100 110000

Color Harmonies of #B7C532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C532

Black with #B7C532

Text Example


Text Example

White with #B7C532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C532; }

 p { color: rgb(183,197,50); }

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

background-color css

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

 a { background-color: rgb(183,197,50); }

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

border-color css

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

 span { border-color: rgb(183,197,50); }

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