Html Css Color HEX #B8D527 Fuego

📋 copy color: '#B8D527'

red 184 ◦ green 213 ◦ blue 39

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

Shades of Fuego #B8D527

Tints of Fuego #B8D527

RGB

 RED value IS 184 (72.27% from 255) = 42.2%

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

 BLUE value IS 39 (15.63% from 255) = 8.94%

R = 42.2%
G = 48.85%
B = 8.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#B8D527 (or 0xB8D527) is known color: Fuego. HEX triplet: B8, D5 and 27. RGB value is (184,213,39). Sum of RGB (Red+Green+Blue) = 184+213+39=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D527 is #472AD8. Grayscale: #B9B9B9. Windows color (decimal): -4664025 or 2610616. OLE color: 2610616.

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

Color convert

RGB 184 213 39 -
CMYK 0.14 0 0.82 0.16
HSL 70º 0.69% 0.49% -
HSV(B) 70º 0.82% 0.84% -
XYZ 43.93 57.93 10.78 -
YUV 184.49 45.89 127.65 -
System Red Green Blue C M Y K H S L
Decimal 184 213 39 0.14 0 0.82 0.16 70 0.69 0.49
Hex B8 D5 27 E 0 52 10 46 45 31
Octal 270 325 47 16 0 122 20 106 105 61
Binary 10111000 11010101 100111 1110 0 1010010 10000 1000110 1000101 110001

Color Harmonies of #B8D527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D527

Black with #B8D527

Text Example


Text Example

White with #B8D527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D527; }

 p { color: rgb(184,213,39); }

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

background-color css

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

 a { background-color: rgb(184,213,39); }

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

border-color css

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

 span { border-color: rgb(184,213,39); }

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