Html Css Color HEX #B2CE38 Fuego

📋 copy color: '#B2CE38'

red 178 ◦ green 206 ◦ blue 56

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

Shades of Fuego #B2CE38

Tints of Fuego #B2CE38

RGB

 RED value IS 178 (69.92% from 255) = 40.45%

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

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

R = 40.45%
G = 46.82%
B = 12.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#B2CE38 (or 0xB2CE38) is known color: Fuego. HEX triplet: B2, CE and 38. RGB value is (178,206,56). Sum of RGB (Red+Green+Blue) = 178+206+56=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE38 is #4D31C7. Grayscale: #B5B5B5. Windows color (decimal): -5059016 or 3722930. OLE color: 3722930.

HSL color Cylindrical-coordinate representation of color #B2CE38: hue angle of 71.2º 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 #B2CE38 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 56 -
CMYK 0.14 0 0.73 0.19
HSL 71.2º 0.6% 0.51% -
HSV(B) 71.2º 0.73% 0.81% -
XYZ 41.15 53.89 11.98 -
YUV 180.53 57.72 126.2 -
System Red Green Blue C M Y K H S L
Decimal 178 206 56 0.14 0 0.73 0.19 71.2 0.6 0.51
Hex B2 CE 38 E 0 49 13 47 3C 33
Octal 262 316 70 16 0 111 23 107 74 63
Binary 10110010 11001110 111000 1110 0 1001001 10011 1000111 111100 110011

Color Harmonies of #B2CE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE38

Black with #B2CE38

Text Example


Text Example

White with #B2CE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE38; }

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

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

background-color css

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

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

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

border-color css

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

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

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