Html Css Color HEX #B5C62F Fuego

📋 copy color: '#B5C62F'

red 181 ◦ green 198 ◦ blue 47

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

Shades of Fuego #B5C62F

Tints of Fuego #B5C62F

RGB

 RED value IS 181 (71.09% from 255) = 42.49%

 GREEN value IS 198 (77.73% from 255) = 46.48%

 BLUE value IS 47 (18.75% from 255) = 11.03%

R = 42.49%
G = 46.48%
B = 11.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#B5C62F (or 0xB5C62F) is known color: Fuego. HEX triplet: B5, C6 and 2F. RGB value is (181,198,47). Sum of RGB (Red+Green+Blue) = 181+198+47=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C62F is #4A39D0. Grayscale: #B0B0B0. Windows color (decimal): -4864465 or 3131061. OLE color: 3131061.

HSL color Cylindrical-coordinate representation of color #B5C62F: hue angle of 66.75º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5C62F is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 198 47 -
CMYK 0.09 0 0.76 0.22
HSL 66.75º 0.62% 0.48% -
HSV(B) 66.75º 0.76% 0.78% -
XYZ 39.76 50.42 10.33 -
YUV 175.7 55.37 131.78 -
System Red Green Blue C M Y K H S L
Decimal 181 198 47 0.09 0 0.76 0.22 66.75 0.62 0.48
Hex B5 C6 2F 9 0 4C 16 43 3E 30
Octal 265 306 57 11 0 114 26 103 76 60
Binary 10110101 11000110 101111 1001 0 1001100 10110 1000011 111110 110000

Color Harmonies of #B5C62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C62F

Black with #B5C62F

Text Example


Text Example

White with #B5C62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C62F; }

 p { color: rgb(181,198,47); }

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

background-color css

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

 a { background-color: rgb(181,198,47); }

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

border-color css

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

 span { border-color: rgb(181,198,47); }

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