Html Css Color HEX #B4CE38 Fuego

📋 copy color: '#B4CE38'

red 180 ◦ green 206 ◦ blue 56

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

Shades of Fuego #B4CE38

Tints of Fuego #B4CE38

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.61%

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

R = 40.72%
G = 46.61%
B = 12.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#B4CE38 (or 0xB4CE38) is known color: Fuego. HEX triplet: B4, CE and 38. RGB value is (180,206,56). Sum of RGB (Red+Green+Blue) = 180+206+56=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CE38 is #4B31C7. Grayscale: #B5B5B5. Windows color (decimal): -4927944 or 3722932. OLE color: 3722932.

HSL color Cylindrical-coordinate representation of color #B4CE38: hue angle of 70.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4CE38 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 206 56 -
CMYK 0.13 0 0.73 0.19
HSL 70.4º 0.6% 0.51% -
HSV(B) 70.4º 0.73% 0.81% -
XYZ 41.61 54.13 12 -
YUV 181.13 57.39 127.2 -
System Red Green Blue C M Y K H S L
Decimal 180 206 56 0.13 0 0.73 0.19 70.4 0.6 0.51
Hex B4 CE 38 D 0 49 13 46 3C 33
Octal 264 316 70 15 0 111 23 106 74 63
Binary 10110100 11001110 111000 1101 0 1001001 10011 1000110 111100 110011

Color Harmonies of #B4CE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CE38

Black with #B4CE38

Text Example


Text Example

White with #B4CE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CE38; }

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

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

background-color css

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

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

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

border-color css

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

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

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