Html Css Color HEX #B4D638 Fuego

📋 copy color: '#B4D638'

red 180 ◦ green 214 ◦ blue 56

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

Shades of Fuego #B4D638

Tints of Fuego #B4D638

RGB

 RED value IS 180 (70.7% from 255) = 40%

 GREEN value IS 214 (83.98% from 255) = 47.56%

 BLUE value IS 56 (22.27% from 255) = 12.44%

R = 40%
G = 47.56%
B = 12.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#B4D638 (or 0xB4D638) is known color: Fuego. HEX triplet: B4, D6 and 38. RGB value is (180,214,56). Sum of RGB (Red+Green+Blue) = 180+214+56=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D638 is #4B29C7. Grayscale: #BABABA. Windows color (decimal): -4925896 or 3724980. OLE color: 3724980.

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

Color convert

RGB 180 214 56 -
CMYK 0.16 0 0.74 0.16
HSL 72.91º 0.66% 0.53% -
HSV(B) 72.91º 0.74% 0.84% -
XYZ 43.58 58.08 12.66 -
YUV 185.82 54.74 123.85 -
System Red Green Blue C M Y K H S L
Decimal 180 214 56 0.16 0 0.74 0.16 72.91 0.66 0.53
Hex B4 D6 38 10 0 4A 10 49 42 35
Octal 264 326 70 20 0 112 20 111 102 65
Binary 10110100 11010110 111000 10000 0 1001010 10000 1001001 1000010 110101

Color Harmonies of #B4D638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D638

Black with #B4D638

Text Example


Text Example

White with #B4D638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D638; }

 p { color: rgb(180,214,56); }

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

background-color css

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

 a { background-color: rgb(180,214,56); }

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

border-color css

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

 span { border-color: rgb(180,214,56); }

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